Sign in to follow this  
cthorn

Php Class Missing Pareto Chart

Recommended Posts

Hi There,

 

I've just tried to create a pareto2D chart using the FusionCharts PHP Class received when we purchased the package, and have found that it does not know what the Pareto2D chart is:

 

Notice: Undefined index: pareto2d in /var/www/chartsrc/v3/Code/PHPClass/Class/FusionCharts_Gen.php on line 1369

 

 

Can we get a copy of the PHP Class files that contain this chart?

 

Thanks.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your post.

 

Could you please confirm the FusionCharts version you are using?

 

Please note that to make a Pareto Chart, you would just need to use Pareto3D or Pareto2D while creating FusionCharts class object:

 

Ex: $FC = new FusionCharts("Pareto3D","300","250");

 

Hope this helps.

Share this post


Link to post
Share on other sites

The version we have is: FusionCharts v3.2.1

 

The code I am using to create the class object is almost exactly as you gave:

$FC = new FusionCharts("Pareto3D","250","250","","true");

 

But I still receive the following notice in PHP and the chart is not displayed:

Notice: Undefined index: pareto3d in /var/www/chartsrc/v3/Code/PHPClass/Class/FusionCharts_Gen.php on line 1369

 

 

 

 

 

 

 

Hi,

 

Thanks for your post.

 

Could you please confirm the FusionCharts version you are using?

 

Please note that to make a Pareto Chart, you would just need to use Pareto3D or Pareto2D while creating FusionCharts class object:

 

Ex: $FC = new FusionCharts("Pareto3D","300","250");

 

Hope this helps.

Share this post


Link to post
Share on other sites

Thanks, I did as you suggested, replacing the php class file with the one from the evaluation, had to also replace a javascript file, but after that it seems to work like normal!

 

Thanks again!

-Chris

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Glad to know that you have managed to resolve your problem.

 

Happy FusionCharting!!! biggrin.gif

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