Need a special offer?Find out if your project fits.
+

Pie Chart label overlaps

Answered
Suresh asked on March 29, 2018

Pie Chart label overlaps. See attachment.
 
Thanks.
 

3 answers

Public
Iryna Kulchytska Iryna Kulchytska Flexmonster March 29, 2018

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

Public
Suresh April 2, 2018

Does it will show all labels ?
 
Thanks.

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster April 3, 2018

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

Please login or Register to Submit Answer