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.
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
andonComplete
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?