Pie Chart label overlaps. See attachment.
Thanks.
Hello Suresh,
The overlapping may happen when the charts option showAllLabels
is set to true
. Its default value is false
.
More details about this option can be found in the following article of API reference:
https://www.flexmonster.com/api/options-object/
Please set the option showAllLabels
to false
to avoid overlapping of labels on the pie chart.
Will this work for you?
Kind regards,
Iryna
Does it will show all labels ?
Thanks.
Hello Suresh,
Setting showAllLabels
value to true
allows showing all the labels in Pie сhart. At the same time, it may lead to the situation when the label of the member with small value will overlap some other member's value. The only way to avoid such situation is to set showAllLabels
property with false
.
Regards,
Dmytro