vijaykr.tiwary Report post Posted August 29, 2013 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
Haritha Report post Posted August 29, 2013 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
vijaykr.tiwary Report post Posted August 29, 2013 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