Sign in to follow this  
gary.brain

PHP Class

Recommended Posts

Hi, I have using the PHP Class to generate the basic graphs but cant seem to get the Power charts working.

 

 

 

e.g.

 

 

 

Works

 

$FC = new FusionCharts("MSLine","800","400");

 

 

 

dosnt Work

 

$FC = new FusionCharts("MultiAxisLine","800","400","true");

 

 

 

I am missing something or is this not possible.

 

 

 

thanks

 

 

 

G.

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