artus9033 / chartjs-plugin-dragdata

Draggable data points plugin for Chart.js
MIT License
257 stars 55 forks source link

fix: properly organize dependencies #134

Closed artus9033 closed 3 months ago

artus9033 commented 3 months ago

Describe your changes

As pointed out in #129, the chart.js dependency should be a peer dependency of this project, since this is a plugin to Chart.js.

Due to recent changes on master and the "age" of #129, the changes were partially introduced in the meantime and are finished by this PR and in the final shape include:

Linked issues (if any)

Checklist before requesting a review