Sign in to follow this  
Guest Basundhara Ghosal

Stacked Charts

Recommended Posts

I currently have a stacked chart created in ColdFusion. There are two queries involved, one for total qty coming in and the other for total qty going out, per month. So each month will have a stacked bar.

I need to convert this into FusionCharts now. How can I still use the two queries and create a stacked chart ? I assume I will be using msstackedcolumn2d.swf ?

Thanks

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Yes you are absolutely correct. If you wish to use your MSStackedColumn2d chart then you need to use MSStackedColumn2d.swf.

However, if you need to show the total in-out quantity for different/more than one catagories then please use MSStackedColumn2d chart.

And, if you need to show the total in-out quantity for one catagory then please use StackedColumn2d chart. 

In case of StackedColumn2dd chart FusionCharts have Qthe SET element inside the DATASET element:-

  DataSet > Set

Whereas in case of MSStackedColumn2d chart FusionCharts have the following pattern:-

  DataSet > DataSet > Set.

Ref.- http://www.fusioncharts.com/docs/Contents/ChartSS/StCol2D.html

Ref.- http://www.fusioncharts.com/docs/Contents/ChartSS/MSStCol.html

Hope this helps. :D

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