Sign in to follow this  
sanjshah

Xml File Format

Recommended Posts

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

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

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