How do I create a chart with specific column data from 2 or more XML files?
Page 1 of 1
Generating chart from multiple XML files How to generate chart with data from multiple XML files?
#1
Posted 21 July 2010 - 11:27 PM
Hi!
Other Replies To This Topic
#2
Posted 21 July 2010 - 11:53 PM
Hi,
Could you please specify the issue a bit elaborately?
Awaiting your reply.
Other Replies To This Topic
#3
Posted 22 July 2010 - 12:01 AM
Usually when generating the chart, we write this piece of code:
What if I were to use, say 2 columns from Data.xml and 3 columns from SomeFile.xml and combine them and plot a single chart?
jsp:param name="strURL" value="./data/Data.xml"
What if I were to use, say 2 columns from Data.xml and 3 columns from SomeFile.xml and combine them and plot a single chart?
Other Replies To This Topic
#4
Posted 26 July 2010 - 06:16 AM
Hey there,
Natively this would not be possible using FusionCharts, as of now.
However, if you can once extract the <set> elements from 2 XML files s and add that to another XML, this might be done. But our chart can not do this naively. You would need to implement this at your end.
Natively this would not be possible using FusionCharts, as of now.
However, if you can once extract the <set> elements from 2 XML files s and add that to another XML, this might be done. But our chart can not do this naively. You would need to implement this at your end.
Regards,
Rajroop Bhaduri
FusionCharts Team
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Follow us @Twitter
Rajroop Bhaduri
FusionCharts Team
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Follow us @Twitter
Other Replies To This Topic
Page 1 of 1

Back to top
MultiQuote