Sign in to follow this  
thgood

Possible Bug With Msstackedcolumn2D With Php Class Defined Data Set Converting To Xml

Recommended Posts

When using msstackedcolumn2d and defining your dataset through the php class using createMSStDataset() and createMSStDataset() then the transformation to XML fails due to the seriesType being set to 2 instead of 4

 

 

Around line 1544, need to change

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

to

$this->chartSWF['msstackedcolumn2d'][1]=4;

 

 

Then it works correctly.

Thanks

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

Thank you for reporting this bug.

 

We have implemented your suggestion and it will be fixed in the next release.

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