chartjs / chartjs-plugin-datalabels

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

Using this plugin to show totals for all datasets on the top most bar in a stacked bar chart #337

Open sureshvv opened 1 year ago

sureshvv commented 1 year ago

Now when a particular dataset is hidden, I would like to recalculate the total without that dataset.

How do I accomplish this?

Or is there a better way to solve this problem?