trojnfn Report post Posted November 2, 2009 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 Report post Posted November 3, 2009 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. Share this post Link to post Share on other sites