Sign in to follow this  
OMMPAVAN

Values Overlapping

Recommended Posts

How to control overlapping of values and labels when width of chart is low with out using scale Exact fit

post-27715-0-95111700-1332428048_thumb.jpg

Edited by OMMPAVAN

Share this post


Link to post
Share on other sites
Guest Sumedh

I am afraid, auto-resizing for text is not supported, as of now.

 

The text on the chart is a component of the chart and the resizing feature is related to the HTML container that contains the chart.

 

As a work-around, you can use scale mode parameter in the FusionCharts object

 

Set {scale mode : "Exact Fit"}

 

Ref. code:

 

var myChart=new FusionCharts("Charts/Column3D.swf","myChartId","100%","100%","0"," 1",{scaleMode:"Exact Fit"});

 

Though it is not recommended and might result in distorted charts.

 

Hope this helps.

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