Releases: artus9033/chartjs-plugin-dragdata
Releases · artus9033/chartjs-plugin-dragdata
Release 2.3.1
Release 2.3.0
2.3.0 (2024-08-17)
Features
Bug Fixes
- broken plugin and tests after #115 (#143) (92a363e)
- cd: install optional packages manually in CD workflow (#141) (e684733)
- ci: manually trigger postinstall in CI workflow if cache was used instead of npm i (#135) (720893f)
- demos onHover showing grab cursor icon at all times (#148) (72a85fd)
- docs: readme badges (2eee4c1)
- floating bar extra data preservation (#139) (2e9867d)
- interface DragEventCallback missing alternative void return type (#150) (91dc179)
- properly organize dependencies (#134) (8cb0506)
Release v2.2.5
Full Changelog: v2.2.4...v2.2.5
Release v2.2.4
What's Changed
- fixes #84 by checking if chart.tooltip is non-nullish in beforeEvent by @artus9033 in #85
Full Changelog: v2.2.3...v2.2.4
Fix tooltip values not updating correctly
v2.2.3 - start work on tests using playwright
Fix tooltip values not updating correctly
This release fixes a bug where tooltip values were not updated during the drag operation.
Drag 'range charts'
This release adds support for bar charts defined using an interval [min, max] ('range bar charts').
See the floating bar, horizontal floating bar, and GANTT chart
- Fix bug thrown using radial chart types
v2.0.2 2.0.2
Major release: Compatible with Chart.js v3.0.x
This major release brings compatibility to Chart.js v3.0.x, while breaking compatibility with previous versions of Chart.js.
Please visit the v2 branch, or download the v1.1.3 release for a version of the plugin compatible to Chart.js v2.9.x.
Please note that the plugins API has changed, in order to be more consistent with other plugins.
Show tooltip while dragging
This release
- adds the ability to show the Chart.js tooltip while dragging a datapoint. It is recommended to enable this feature for a better UX. The feature is not enabled by default in order to ensure UX compatibility to older versions of the plugin (see Readme for required configuration).
- Various bug fixes
- updated dependencies