CSV and XML data

To display a chart, you need to provide the data in a suitable form. There are two formats you can use: CSV and XML.

<value xid="1" color="#FF0000">200</value>

This data point contains not only the value, but also a color attribute, which tells the chart to fill the column with a different color from the graph's default.