chartjs-plugin-datalabels
chartjs-plugin-datalabels copied to clipboard
Allow tweening/animating of label values
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?
Hello Mate.
Did you find anything? Looking for something like this too