Cannot get data labels to display on a pie chart
Posted on August 15, 2017 at 9:02am
I am trying to get my data labels to display on a pie chart but I am unable to do so.
I have tried both
plotOptions.series.dataLabels.enabled = true
And
plotOptions.pie.series.dataLabels.enabled = true
They do not work on a pie chart however, once I change it to a bar chart you can see the labels.
Has anyone else had this problem?
Joined: May 9 2017 - 7:31am
Last seen: 5 years 1 week ago
Posted on August 15, 2017 at 1:52pm
Maybe try Boolean.FALSE or Boolean.TRUE
Joined: Feb 20 2013 - 11:39am
Last seen: 3 years 8 months ago
Posted on September 5, 2017 at 6:56am
Try just:
series.dataLabels.enabled = true
You could also change the format of the label to include the percentage of the pie:
series.dataLabels.format = {series.name} {point.percentage:.1f}%
Joined: May 8 2017 - 11:18am
Last seen: 4 months 2 weeks ago
Posted on October 7, 2020 at 10:57am
this functionality is also available for version 6.13. I'm trying to find to change my label and I'm not finding
Joined: Nov 18 2019 - 3:45pm
Last seen: 2 years 4 months ago