chartjs/chartjs-plugin-datalabels

Update datalabels when chart is updated.

iampapagray opened this issue · 0 comments

I have a model where users can update the chart (mainly, sorting/changing the order of the data in the datasets and labels on the y axis.). This works fine with chart.update() but when the update is done, the labels generated on the barcharts, do not change. Is there a way to trigger a change for datalabels after the chart is updated?