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 have a long time serie of data I like to zoom in to specific points in time. When I am finished I like to zoom out again.
This can be implemented with mouse drag zoom, marking a parts of the chart with the mouse, or by enable users to zoom using the scroll wheel.
Examples of how Chart.js has implemented this Scroll wheal and mouse pan https://www.chartjs.org/chartjs-plugin-zoom/samples/wheel/log.html Drag zoom https://www.chartjs.org/chartjs-plugin-zoom/samples/drag/category.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I have a long time serie of data I like to zoom in to specific points in time. When I am finished I like to zoom out again.
This can be implemented with mouse drag zoom, marking a parts of the chart with the mouse, or by enable users to zoom using the scroll wheel.
Examples of how Chart.js has implemented this
Scroll wheal and mouse pan
https://www.chartjs.org/chartjs-plugin-zoom/samples/wheel/log.html
Drag zoom
https://www.chartjs.org/chartjs-plugin-zoom/samples/drag/category.html
The text was updated successfully, but these errors were encountered: