squberam Report post Posted June 13, 2013 Hi, I have used pie chart in one of my projects. All the values displayed with text. But if all the values are zero, labels are overlapping and few values are not displayed in the chart area. But if i increase the chart size, visible in the screen. How we can show all the values with minimum width & height. (example W 320 px, H 400 Px). Thanks in advance. Share this post Link to post Share on other sites
Sanjukta Report post Posted June 13, 2013 Hi, I have used pie chart in one of my projects. All the values displayed with text. But if all the values are zero, labels are overlapping and few values are not displayed in the chart area. But if i increase the chart size, visible in the screen. How we can show all the values with minimum width & height. (example W 320 px, H 400 Px). Thanks in advance. Could you please try enabling smart labels by setting the attribute "enableSmartLabels" to '1' in the <chart> element of the XML to avoid overlapping of the labels? For further details, please refer to the following link. Ref.- http://docs.fusioncharts.com/charts/contents/?ChartSS/Pie2D.html#Anchor12 Hope this helps. Share this post Link to post Share on other sites
squberam Report post Posted June 14, 2013 Hi Sanjukta, Thanks for your reply. I have used skipOverlapLabels='0'. Now working fine. All the values are displayed in the chart. Share this post Link to post Share on other sites