-
Notifications
You must be signed in to change notification settings - Fork 327
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
Zoom speed on large data #356
Comments
Hi, had exactly the same issue. After some searches on GitHub and rest of the web, I can say that there is actually no solution for this. Best you can do is setting these options: cf: speed and sensitivity concerned. |
I faced similar problem. I think it was sort of resolved when I changed X-axis to be of type "time"
And that made the zoom and panning quite smooth. |
This does not resolve anything for me. |
Same, it's doing nothing 👎 |
I got it to work :) |
I got this to work after a lot of trial and error looking for answers.
Related Issue:
|
Hi.
I'm trying to make faster zooming when there is large data in chart.
My chart looks like this: https://imgur.com/a/9EvD3ua
So problem is when I'm trying to zoom in, I must scroll too much ( 10 seconds ) to zoom in to maximum.
I've used this props:
zoom: { enabled: true, drag: false, mode: "x", speed: 0.1, sensitivity: 0.01 },
Is there any option, solution for faster zooming ?
Thanks!
The text was updated successfully, but these errors were encountered: