Sign in to follow this  
jgee

set debugMode using PHP Class

Recommended Posts

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

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