artus9033 / chartjs-plugin-dragdata

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

pie chart having Error #102

Open fazlay opened 1 year ago

fazlay commented 1 year ago

pie chart having Error - Cannot read properties of undefined (reading 'getValueForPixel')

To Reproduce I have implemented this on pie chart , while dragging any point it's showing below error

TypeError Cannot read properties of undefined (reading 'getValueForPixel')

here is a codesandbox where i have wrapped the chartjs pie chart with draggable link: https://codesandbox.io/s/chartjs-draggable-bmnzog

chrispahm commented 1 year ago

Hey @fazlay,

Thanks for raising an issue! Pie charts are unfortunately not supported as of right now. I'd happily accept a (well tested) PR though 😊