sanjshah Report post Posted May 12, 2012 Hi, I have an XML file in the following format, is it possible to use this as the datasource for Column3D chart, or does ths need to be in a certain format? <?xml version="1.0" encoding="ISO-8859-1"?> <OutputInfo> <record> <services>Type 1</services> <complete>21 </complete> <remaining>60 </remaining> </record> <record> <services>Type 3</services> <complete>10 </complete> <remaining>40 </remaining> </record> <record> <services>Type 4</services> <complete>20 </complete> <remaining>80 </remaining> </record> <record> <services>Type 5</services> <complete>30 </complete> <remaining>70 </remaining> </record> </OutputInfo> Thanks, Share this post Link to post Share on other sites
Swarnam Report post Posted May 12, 2012 Hi, FusionCharts has a specific XML structure for each chart. XML data has to provided in the same format to render a chart. For more information on "FusionCharts and XML", please refer the following link: http://docs.fusioncharts.com/charts/contents/DataFormats/XML/Overview.html Share this post Link to post Share on other sites
sanjshah Report post Posted May 13, 2012 Thanks Swarnam, I've changed the XML file to the correct format and this works. Hi, FusionCharts has a specific XML structure for each chart. XML data has to provided in the same format to render a chart. For more information on "FusionCharts and XML", please refer the following link: http://docs.fusioncharts.com/charts/contents/DataFormats/XML/Overview.html Share this post Link to post Share on other sites