-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Perceived sluggish refresh rate #503
Comments
Thanks for bringing this up. You're right. We could do a better job at optimizing the picking routine under Perhaps simply changing the |
I tried changing I think |
closed in #514 |
Hi Plotly folks. I think you guys make the prettiest charts but someone asked me today if my charts stutter because of a problem with my machine. He recommended I use dygraphs instead. Compare these two when you mouse over from left to right:
https://plot.ly/~marianne2/1662.embed?autoscale=true&modebar=false&link=false
http://dygraphs.com/
Looking at the profile data on my machine it seems
dygraphs
has amouseMoveHandler_
that takes ~0.6ms to run whileplotly
hasmaindrag.onmousemove
that takes ~3ms. But that's probably not the problem. I think the number100 ms
is pretty bad for fluid motion. This setTimeout may be what's causing it to feel like 10 fps:plotly.js/src/plots/cartesian/graph_interact.js
Line 294 in 1c79eaa
The text was updated successfully, but these errors were encountered: