jgee Report post Posted December 27, 2009 Probably a newbie question but having trouble enabling debugMode within charts I am building using the PHP Class. I have tried 2 ways, neither successful: 1. as a param in the constructor, ie: $FC = new FusionCharts("MSColumn3D", "800", "600", "1", "1"); 2. as part of the param string passed to setChartParams, ie: $FC->setChartParams("...;debugMode=1;..."); Can somebody tell me what I am doing wrong? I can get it to work when setting explicitly through javascript in other charts. Thanks... Share this post Link to post Share on other sites
Guest Madhumita Report post Posted December 27, 2009 Hello, Please refer to the following documentation link below: http://www.fusioncharts.com/docs/Contents/PHPClassAPI/Functions.html ref. - $FC->setInitParam("debugmode",true); Share this post Link to post Share on other sites
jgee Report post Posted December 28, 2009 thanks so much for your help! Share this post Link to post Share on other sites
Guest Madhumita Report post Posted December 28, 2009 Hello, You are most welcome. Glad that I could help you. Share this post Link to post Share on other sites