artus9033 / chartjs-plugin-dragdata

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

It doesn't work when dragging over Y for liner chart #119

Open BznGit opened 1 year ago

BznGit commented 1 year ago

My graph data is in the format {X:46, Y:30}. It doesn't work when dragging over Y, how can I fix this? Do you have examples for this case but they don't open. "dragX: true," - work "dragY: true," - doesn't work Thank you