Sign in to follow this  
Rahul Kumar

Bugs in FusionCharts_Gen.php

Recommended Posts

Hi!

I've found a bug in FusionCharts_Gen.php file.

line 1340-1341

=============================================

$this->chartSWF['mscolumnline3D'][0]="MSColumnLine3D";

$this->chartSWF['mscolumnline3D'][1]=2;

=============================================

can be

=============================================

$this->chartSWF['mscolumnline3d'][0]="MSColumnLine3D";

$this->chartSWF['mscolumnline3d'][1]=2;

=============================================

line 111: $this->chartType=strtolower($chartType);

tks :)

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