fcuser Report post Posted November 16, 2009 How do I turn on or off Debug mode and Animation? Share this post Link to post Share on other sites
Guest Madhumita Report post Posted November 16, 2009 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