I am trying to figure out if it is possible to display the percentage for each pie item inside the actual pie item for highcharts? Example of what I mean is something like this:
https://developers.google.com/chart/interactive/docs/gallery/piechart
I am trying to figure out if it is possible to display the percentage for each pie item inside the actual pie item for highcharts? Example of what I mean is something like this:
https://developers.google.com/chart/interactive/docs/gallery/piechart
Its suprisingly easy. In your tooltip or dataLabels section change your format.
Try this code. It works for me:
You may want to look @
dataLabels.formatter
.this.percentage
option is available for pieAlso
dataLabels.distance
can be set to a negative value for dataLabels inside the pie.Pie with percentage values inside @ jsFiddle