cthorn Report post Posted January 26, 2012 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 Report post Posted January 27, 2012 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
cthorn Report post Posted January 27, 2012 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
Guest Angshu Report post Posted January 31, 2012 Hi, Thanks for your response. Could you please download the latest version of FusionCharts i.e FusionCharts XT Service Release 2 from: http://www.fusioncharts.com/download/trials/ ? Hope this helps. Share this post Link to post Share on other sites
cthorn Report post Posted January 31, 2012 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 Report post Posted February 1, 2012 Hi, Glad to know that you have managed to resolve your problem. Happy FusionCharting!!! Share this post Link to post Share on other sites