chartjs / chartjs-plugin-datalabels

Chart.js plugin to display labels on data elements
https://chartjs-plugin-datalabels.netlify.app
MIT License
874 stars 473 forks source link

Labels not moving when animation (e.g., moving doughnut / pie chart segments with "hoverOffset") happens #339

Open dwehsarg opened 2 years ago

dwehsarg commented 2 years ago

Is there a possibility to get labels moving at the same time that the respective chart element (e.g., a doughnut / pie chart segment) is moving in the context of a "hover-over" animation (if "hoverOffset" is set)? I have observed that labels remain at their initial position while the respective chart elements are being animated.