Skip to content

Releases: chartjs/chartjs-plugin-zoom

Version 0.4.1

17 Nov 22:34
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release

Enhancements

  • zoomPlugin is now exported as a proper module - #55 (resolves #16)

Issues Fixed

  • Fixed a Javascript error when the chart is destroyed - #56 (resolves #54)

Version 0.4.0

23 Oct 22:18
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

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

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