chartjs-plugin-labels
chartjs-plugin-labels copied to clipboard
Adds random labels
I've added piece labels to one of my pie charts, yet when I take a look at my bar charts on another page these render with 'percentage' piece labels all of a sudden.
I'm not quite sure why? When I remove import 'chartjs-plugin-labels'; they disappear again. Tried to put render to false but it didn't work.
It's the showZero, doesn't work. See: https://github.com/emn178/chartjs-plugin-labels/issues/82
If you fill with null you get NaN displayed in the chart itself.