christian.trummer

Labels are cut of

Recommended Posts

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now