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