kpalania Report post Posted September 6, 2007 (edited) <chart> <categories> <category label="May" /> <category label="June" /> </categories> <dataset SeriesName="May"> <set value="10" /> <set value="30" /> </dataset> <dataset SeriesName="June"> <set value="23" /> <set value="34" /> </dataset> </chart> What's wrong with this XML? This was created by the XML Generator utility but however, the chart does not render with this data (using setURL api). I am using a bar graph (Bar2D.swf), by the way. The Multi-Series Chart XML example doesn't work for me either. Same "no data to display" error. Edited September 6, 2007 by Guest Share this post Link to post Share on other sites
kpalania Report post Posted September 6, 2007 ok, I guess I need to use a specific type of chart to support this XML data. The example didn't specify which ones support multi-series data so it was not clear. I tried using StackedColumn2D.swf. It works, but I don't see it rendered the same way as the example. To be specific, the second series renders "on top" of the first one while I want them to render side by side, just as shown in the example. Share this post Link to post Share on other sites
kpalania Report post Posted September 6, 2007 ok, found it. It is MSColumn2D.swf. Is there some place in the documentation that has a mapping of the supported charts for multi-series XML content? Share this post Link to post Share on other sites
Pallav Report post Posted September 10, 2007 At www.fusioncharts.com/docs > Chart XML Reference Share this post Link to post Share on other sites
kpalania Report post Posted September 10, 2007 cool thanks! Share this post Link to post Share on other sites