Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting large amount of data slows down the Graph. #2454

Closed
zohaibbrohi opened this issue May 18, 2017 · 2 comments
Closed

Plotting large amount of data slows down the Graph. #2454

zohaibbrohi opened this issue May 18, 2017 · 2 comments

Comments

@zohaibbrohi
Copy link

I have large amount of data to plot. Currently I am plotting 2000 points but it can be larger then that. When I am plotting 2000 points, amount of response time is very high. it takes 1 to 3 seconds to interact. but when I scale the graph it works really good. Is there any solution how to make it fast.
Is there any function to reduce amount of plotting point on overall chart but when scale it shows all the points.
Thank you.

@liuxuan30
Copy link
Member

This is known issue, as it is CPU intensive. soution/workaround is reduce your entry count to like 200 by yourself.

@zohaibbrohi
Copy link
Author

Yeah thats what i had to do in the end. Thanks for your response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants