chartjs-plugin-labels icon indicating copy to clipboard operation
chartjs-plugin-labels copied to clipboard

Adds random labels

Open lwensveen opened this issue 4 years ago • 1 comments

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.

lwensveen avatar Sep 17 '19 09:09 lwensveen

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.

lwensveen avatar Sep 25 '19 10:09 lwensveen