Adding a Percentage inside a doughnut chart

What would be the best way to add a % # in the dounught chart. I have provided my current chart and a example of what i would like to have as an end result. Thank you!


Hey,

Chart are based on the ChartJS library. You would have to use the advanced mode of the chart and give it an options object with the settings to make the percentage appear.

The docs for donut charts are here: Doughnut and Pie Charts | Chart.js

Another option is to have some text bound to the percentage, and place is over the chart using some absolute positioning.