Sign in to follow this  
fcuser

Debug mode and Animation - turn on or off

Recommended Posts

Guest Madhumita

Hello,

To turn debug mode off please refer to the code below(HTML):

  var myChart = new FusionCharts("../FusionCharts/Column3D.swf", "myChartId", "900", "300", "0", "0");----> the zero in bold refers to the debug mode which is off. If you want to turn it on please set it to 1.

To turn off animation please set animation='0' in the <chart> element.

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