Home Forums Chart Support Pie Chart not showing all labels? Reply To: Pie Chart not showing all labels?

#13452

Emily,

indexLabels are skipped whenever they get closer to other labels – this behavior is by design. You can workaround this issue by either rotating the Pie Chart as shown in this JSFiddle or by showing indexLabel outside the Pie Chart as shown in this JSFiddle – indexLabels are placed better when they are outside.

You can place position the indexlabels inside / outside by setting indexLabelPlacement property and rotate the pie by setting startAngle property.
pie chart with indexlabel placement outside