Skip to content

Releases: artus9033/chartjs-plugin-dragdata

Release 2.3.1

18 Aug 17:23
Compare
Choose a tag to compare

2.3.1 (2024-08-18)

Bug Fixes

  • types: typings for lower levels of plugin configuration to be boolean (1bef761)

Release 2.3.0

17 Aug 21:11
Compare
Choose a tag to compare

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

17 Aug 18:50
Compare
Choose a tag to compare

Release v2.2.4

17 Aug 18:50
Compare
Choose a tag to compare

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

22 Dec 17:49
Compare
Choose a tag to compare
v2.2.3

- start work on tests using playwright

Fix tooltip values not updating correctly

02 Dec 10:05
Compare
Choose a tag to compare

This release fixes a bug where tooltip values were not updated during the drag operation.

Drag 'range charts'

27 Jul 21:37
Compare
Choose a tag to compare

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

chartjs-plugin-dragdata.zip

- Fix bug thrown using radial chart types

09 Apr 10:26
Compare
Choose a tag to compare

Major release: Compatible with Chart.js v3.0.x

06 Apr 12:12
Compare
Choose a tag to compare

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

04 Sep 07:23
a17969b
Compare
Choose a tag to compare

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