Sign in to follow this  
OMMPAVAN

Scale:exactfit Canvas Color Issue

Recommended Posts

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

post-27715-0-51020100-1332426580_thumb.jpg

post-27715-0-29174300-1332426596_thumb.jpg

post-27715-0-49894300-1332426846_thumb.jpg

post-27715-0-59166800-1332426885_thumb.jpg

Edited by OMMPAVAN

Share this post


Link to post
Share on other sites
Guest Sumedh

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

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