Help with pie-Chart

Hi!

How can I avoid that labels are put on top of each other?

image

Thanks!

Hi!

I can suggest you to use hideLabelsPercent property. Slices with percent less than “hideLabelsPercent” will not display labels. (AmCharts documentation - hideLabelsPercent)

Another property you can use is groupPercent. It will group all slices which percent less than “groupPercent” into one slice with label “Other”. (AmCharts documentation - groupPercent)

Also, you can hide all labels using labelsEnabled property and show details in Balloon text or show legend.

Thank you very much!