artus9033 / chartjs-plugin-dragdata

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

apply magnet during the drag operation #50

Open cmsImagine opened 4 years ago

cmsImagine commented 4 years ago

Would it be possible to add something like this so while dragging the bars they snap the the magnet values instead of resizing to the magnet values in dragEnd ?

If you think this would slow down drag events too much could the callback event be modified so the callback can modify the value?

chrispahm commented 4 years ago

Hey there! Thanks for your PR! Sorry I didn't have the time to go through it yet, but it sounds promising!

Best Christoph