JimmiLee Report post Posted October 1, 2009 What determines the order of the 3 datasets as graphs in the MSCombi3d graph? I've tried putting them in different orders in the XML document, but for some reason, the dataset with the highest values is always in front of the ones with lesser values, obscuring them completely! My Code: <Code> s = "<graph subCaption='1st half - 2009' xAxisName='Months' yAxisName='Revenue' numbersuffix=' Share this post Link to post Share on other sites
Guest Madhumita Report post Posted October 1, 2009 (edited) Hi, Since your column chart has higher values and you have placed the column chart in the first position in the chartOrder attribute the higher values were coming on top always. I have made some minor changes in your XML to avoid this. Please refer to the attached XML. data.xml Edited October 1, 2009 by Guest Share this post Link to post Share on other sites
JimmiLee Report post Posted October 5, 2009 Thank you very much Got it now . . . J. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted October 5, 2009 Hi Jimmi, Glad that we could help you. You are always welcome in the FusionCharts forum. Happy FusionCharting. Share this post Link to post Share on other sites