Skip to content

Releases: chartjs/chartjs-plugin-zoom

v0.7.3

11 Jul 15:25
Compare
Choose a tag to compare
Version 0.7.3

v0.7.2

09 Jul 13:30
Compare
Choose a tag to compare
Version 0.7.2

v0.7.1

08 Jul 18:05
Compare
Choose a tag to compare
Version 0.7.1

v0.7.0

16 Mar 14:54
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Breaking Changes

  • The dependency on Chart.js is now declared as a peerDependency. This means that chart.js will need to be installed alongside chartjs-plugin-zoom
  • update must be called after changing options

Bug Fixes

  • Fix pan at limits of range (#211)
  • Fix range min and max when zooming time scale (#208)
  • Fix errors when only pan is enabled (#212)
  • Make resetZoom work with added scales (#201). Thanks @jannisgt
  • Don't delete dataset._meta (#204)
  • Ensure pan works when zoom is disabled (#203)
  • Fix pan on category scale when offsetGridLines=false (#198)
  • Fix the calculation of the zoom center coordinate when dragging (#161). Thanks @nagix
  • Fix mouseup outside chart element (#150). Thanks @jledentu
  • Options can now be specified under plugins.zoom (#221)

Enhancements

Docs

  • Improve readme and samples (#210)
  • Added jsdoc for doZoom (#192)

Dev and Infra

  • Automated release process (#202). Thanks @jledentu
  • Use rollup to build the library (#193). Thanks @jledentu
  • Linting of samples (#194)
  • Linting of code

v0.6.6

05 Mar 20:48
Compare
Choose a tag to compare
v0.6.6 Pre-release
Pre-release

Bug Fixes

Enhancements

v0.6.2

05 Mar 21:24
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

Bug Fixes

_whichAxes not declared (#122)

Development

Add default gulp command to build, jshint and watch (#124)

Version 0.5.0

22 May 03:38
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release

Enhancements

Issues Fixed

  • Documented chartInstance.resetZoom() method (#68)
  • Documented zoom.drag option
  • Fixed broken link to CONTRIBUTING.md (#71)

Version 0.4.6

22 Mar 02:03
Compare
Choose a tag to compare
Version 0.4.6 Pre-release
Pre-release

Issues Fixed

  • Fixed drag-to-zoom on Firefox and other browsers (resolves #62) - thanks @AlbinoDrought

Version 0.4.4

29 Nov 17:24
Compare
Choose a tag to compare
Version 0.4.4 Pre-release
Pre-release

Issues Fixed

  • Suppress ghost click event after panning (#57)

Version 0.4.3

21 Nov 19:29
Compare
Choose a tag to compare
Version 0.4.3 Pre-release
Pre-release

Issues Fixed

  • Fixed a re-ocurrance of #54 when there are multiple chart instances