OMMPAVAN Report post Posted March 22, 2012 (edited) How to control overlapping of values and labels when width of chart is low with out using scale Exact fit Edited March 22, 2012 by OMMPAVAN Share this post Link to post Share on other sites
Guest Sumedh Report post Posted March 26, 2012 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