compwright / chartjs-plugin-draggable

Draggable element plugin for Chart.js
MIT License
44 stars 17 forks source link

Use draggable without id #14

Open guasc0 opened 3 years ago

guasc0 commented 3 years ago

Hi all,

Im using a bar chart with chart js and annotation with draggable. Im trying to set the value dynamicly in a popup dialog wich works if i dont set an id to the annotation but then the draggable part doesnt work and vice versa.

Is there a way to make draggable work without an id ?