chartjs / chartjs-plugin-datalabels

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

Allow tweening/animating of label values #254

Open terrymun opened 3 years ago

terrymun commented 3 years ago

Sometimes when animating a chart, I would like to have the values in the data labels tween/animate based on the current value of the data point. ChartJS offers the onProgress and onComplete callbacks to be defined, but I am not sure how to hook data labels into that, so that the label values are dynamically updated on animation.

Is it a feature that is being considered?

rodriguesmvinicius commented 2 years ago

Hello Mate.

Did you find anything? Looking for something like this too