I would like to display a percentage label for each segment in a Pie/Doughnut chart like this:
All of the other doughnut / pie labelling issues are wrapped up in #78
In the comments, there is a good solution for making this work in v2
how about something like
labels(true)
I mean it really seems like the library should support labels out of the box
want to concate label value with percentage.
Ex :- Red : 38%
How can i do this ???
The "solutions" in https://github.com/chartjs/Chart.js/issues/78 are a confused jumble of competing ideas. A simple boolean for enabling the display of labels inside pie/doughnut charts is what is needed, not complex hacks/workarounds.
@justincone you should have a look to the chartjs-plugin-datalabels plugin
I could kiss you, @simonbrunel. I won't. But I could.
Thank you so much for this demo very helpful demo.
Most helpful comment
I could kiss you, @simonbrunel. I won't. But I could.