We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I zoom into a scatter plot, the data should not disappear.
When I zoom into a scatter plot, then at some point the data disappears.
https://codesandbox.io/s/withered-microservice-stlwl6
Don't zoom in too fast, one mouse-wheel step at a time. If you go to the center of the plot and zoom in, then after 5-6 steps the issue is apparent.
No response
Trying to zoom into a lot of points
4.2.1
Chrome Version 117.0.5938.63
The text was updated successfully, but these errors were encountered:
As I don't know if this issue is related to the zoom plugin, I have also opened an issue there chartjs/chartjs-plugin-zoom#782
Also opened an SO question https://stackoverflow.com/q/77226116/1980846
Sorry, something went wrong.
You are passing normalized: true, but the data is not sorted.
normalized: true
No branches or pull requests
Expected behavior
When I zoom into a scatter plot, the data should not disappear.
Current behavior
When I zoom into a scatter plot, then at some point the data disappears.
Reproducible sample
https://codesandbox.io/s/withered-microservice-stlwl6
Optional extra steps/info to reproduce
Don't zoom in too fast, one mouse-wheel step at a time.
If you go to the center of the plot and zoom in, then after 5-6 steps the issue is apparent.
Possible solution
No response
Context
Trying to zoom into a lot of points
chart.js version
4.2.1
Browser name and version
Chrome Version 117.0.5938.63
Link to your project
No response
The text was updated successfully, but these errors were encountered: