Releases: chartjs/chartjs-plugin-zoom
Releases · chartjs/chartjs-plugin-zoom
Version 0.4.1
Version 0.4.0
Plugin Name Changed
Starting with this version, the plugin name has changed from 'Chart.Zoom.js' to 'chartjs-plugin-zoom'. Old versions are still available on NPM. New versions will be published under the new name only
This change was made to make it easier to search plugins for Chart.js on npm.
Version 0.3.0
Enhancements
- Ability to zoom category axes #39 Thanks @QuantumBob
- Panning of category axes #33 Thanks @QuantumBob
Issues Fixed
Version 0.2.0
Version 0.1.3
Uses the new Chart.js plugin hooks introduced in v2.1.5 to do clipping of the chart area.
Uses wheel
events instead of mousewheel
. Thanks to @lysaght for this enhancement!
Version 0.1.2
Fixes the incorrect v0.1.1 which did not have the correct version # in the built file
Version 0.1.1
Improved compatibility with webpack builds
Initial release
A zoom and pan plugin for Chart.js
Check out the readme for details