Basics
Adding charts to your plugin consists of two parts:- Adding charts to your code
- Adding charts on the website
and add your chart:
Pretty easy, isn't it?
Pies
Drilldown Pies
Line Charts
Bar charts
A Simple Bar Chart represents a bar chart, where each category only has 1 bar. The first value of the map is the category name and the second value of the map is the value of the bar (most of the time you want it to be 1).
An Advanced Bar Chart represents a bar chart, where each category can have multiple bars (defined at the creation). The first value of the map is the category name and the second value of the map are the values for the bars. The example you can see above is an advanced pie chart.