artus9033 / chartjs-plugin-dragdata

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

Is react-chartjs-2 still supported? #30

Closed StefanoSGI closed 5 years ago

StefanoSGI commented 5 years ago

Testing the React wrapper in your Fiddle: https://jsfiddle.net/rts082hj/ the dragging action doesn't work for me.

Confirmed also locally with react-chartjs-2@2.7.6 and chartjs-plugin-dragdata@1.0.1

Thank you!

chrispahm commented 5 years ago

Hey there, so the fiddle wasn't working because I recently had to rename the plugin to adhere to the official chartjs plugin guidelines (went from dragData to dragdata). The required plugin file in the fiddle wasn't found on the server and therefore it didn't work. I just updated the filenames in the assets/dist folders, updated the react fiddle and pushed a new patch release (v1.0.2). Would be nice if you could confirm :) Best Christoph

StefanoSGI commented 5 years ago

Hi @chrispahm, thank you for looking into this. I confirm the Fiddle works.