OMMPAVAN Report post Posted March 22, 2012 (edited) hai i set the scaleMode : "exactfit" but the chart canvas color is showing blue color and chart looks as blur even it is not showing exact result what the changes need to do var chart_<%=chartId%> = new FusionCharts("<%=chartSWF%>", "<%=chartId%>","<%=chartWidthStr%>" ,"<%=chartHeightStr%>", "<%= debugModeInt%>", "<%= regWithJSInt%>", {scaleMode : "exactfit"}); See with exact fit in 2d and 3D chart Edited March 22, 2012 by OMMPAVAN Share this post Link to post Share on other sites
Guest Sumedh Report post Posted March 23, 2012 Hi, Scale mode is Flash player's mode of scaling a chart. NoScale is the default value. There are other settings namely, showAll, ExactFit, noBorder. But these are not supported and might result in distorted charts. "noScale" is the recommended method for FusionCharts, as that scales the chart in pixels. "exactFit" method basically re-scales the entire chart instead of re-drawing. Share this post Link to post Share on other sites
OMMPAVAN Report post Posted March 23, 2012 Thank you very much Share this post Link to post Share on other sites
Sanjukta Report post Posted March 24, 2012 Hey, Glad that your issue is resolved. Happy FusionCharting! Share this post Link to post Share on other sites