christian.trummer Report post Posted December 19, 2006 i use fusionchart v3.0 in my pie charts some labels are cut off. how can i avoid that?? Share this post Link to post Share on other sites
Pallav Report post Posted December 19, 2006 Is this happening when the chart renders initially, or does it happen when you rotate the chart? If it's happening initially, can you please send us the XML file for the chart, along with following details: Width and Height of Chart Version of Chart Used Share this post Link to post Share on other sites
christian.trummer Report post Posted December 23, 2006 ok i attached the zip chart.zip Share this post Link to post Share on other sites
Pallav Report post Posted December 23, 2006 Hi, Thanks for the files. In your case, your chart width is very small compared to labels. You've a chart width of 300 with longer labels in data. FusionCharts reserves a minimum of 25% of width (or height) or the available plot area as pie chart radius. As such, if you've longer labels forcing the pie to get a radius below 25% of plot width/height, you'll either need to Increase chart width Or, explicitly set the pie radius in XML in pixels (e.g., <chart pieRadius='30' ...> Share this post Link to post Share on other sites
batzblack Report post Posted March 27, 2007 How did you add the lines pointing from each slice to its label/value. When the slice is too smal, my labels/values are overlapped. Share this post Link to post Share on other sites
Pallav Report post Posted March 28, 2007 FusionCharts v3 Pie chart automatically enables the smart lines, when the labels/values are overlapping. Share this post Link to post Share on other sites
jeremy9 Report post Posted May 2, 2007 i have the same issue with pie charts. my canvas is around 300px and the auto sizing of the radius makes the pie chart too small since the smart labels require so much space. would be great if the smart labels were alittle "smarter" in that they tried to maximize the radius and move the labels above / below the chart (instead of trying to squeeze them horizontally) and just connect using the smart lines. there is usually more vertical whitespace that goes unused while the smart labels shrink the pie radius and only seem to take advantage of horizontal space. Share this post Link to post Share on other sites