Skip to content

Releases: chartjs/chartjs-plugin-zoom

Version 0.3.0

18 Oct 22:11
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Enhancements

Issues Fixed

Version 0.2.0

13 Sep 22:22
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

This release fixes some issues and adds drag zoom functionality.

Issues Fixed

  • Fixed an issue where the page would also scroll during zoom #20 Thanks @courchef
  • Fixed an issue where the listener was not properly cleaned up on destroy #19 Thanks @courchef

Enhancements

Version 0.1.3

12 Jun 17:53
Compare
Choose a tag to compare
Version 0.1.3 Pre-release
Pre-release

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

11 May 21:48
Compare
Choose a tag to compare
Version 0.1.2 Pre-release
Pre-release

Fixes the incorrect v0.1.1 which did not have the correct version # in the built file

Version 0.1.1

11 May 21:46
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release

Improved compatibility with webpack builds

Initial release

04 May 00:21
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

A zoom and pan plugin for Chart.js
Check out the readme for details