Sign in to follow this  
vijaykr.tiwary

2D pie chart space utilization issue

Recommended Posts

Hi,

I am using fusion chart XT 3.3.1 and i trying to render the pie chart with labels attribute on in a div say with 300px height and width however the pie chart is occupying only 30-40% of the div space and rest is empty because of the labels and hence the pie chart is looking very squeezed out. Ho can i increase the area of the pie chart without incereasing the div size so that it occupies more than 75% of the space.

Pleae help

Share this post


Link to post
Share on other sites
Hi Vijay,

 

Could you please use the attribute "pieRadius" to set the outer radius of the Pie 2D chart ? FusionCharts XT automatically calculates the best fit pie radius for the chart. This attribute is useful if you want to enforce one of your own values.

 

Ref. <chart ... pieRadius='100' >

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

 

Hi Vijay,
 
Could you please use the attribute "pieRadius" to set the outer radius of the Pie 2D chart ? FusionCharts XT automatically calculates the best fit pie radius for the chart. This attribute is useful if you want to enforce one of your own values.
 
Ref. <chart ... pieRadius='100' >
 
Hope this helps. :)

 

Yes. It worked. Thanks.

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
Sign in to follow this