Hi ,
What type of structure would I need to create chart's like the following ?
http://www.axiis.org/examples.html
If you could provide me with a link to a xml file which show's the type of structure that would be great.
Thanks
Hi ,
What type of structure would I need to create chart's like the following ?
http://www.axiis.org/examples.html
If you could provide me with a link to a xml file which show's the type of structure that would be great.
Thanks
You could to click Source
below your desired sample and to browse for data
folder on the left frame. There are many xml samples in there, like 2008_Olympics_Large.xml
XML is just a way to store data. What you need is a visualization engine that can interpret your data.
With regard to "what structure": Totally depends on what you want to visualize. I think you're starting at the wrong end.
It really depends on the framework/visualization engine you use to create the graphs.
The data is probably represented as a set of series that have entries that consists of categories and labels.
The XML-data used in Axiis examples can be found their Google Code repository