this page showcases the charts implemented by the current iguanaChart release. The iguanaChart framework allows for new subclass of the Charter.java interface to be created and registered with the library that generates the SVG from the data set <xml> that it receives. See the page on SOA to learn more about the XML message used to generate the chart.
bar charts
The simple bar chart is used when one data set (one data point per category) is included. Bar charts are
useful when no trend or connection between categories is implied.
|
See the SVG markup |
pie charts |
See the SVG markup |
line charts |
See the SVG markup |
stacked bar charts |
See the SVG markup |
grouped bar charts |
See the SVG markup |