GoogChart is a PHP class with one goal, make it super simple to create and maintain dynamic charts through Google Charts.
Supported attributes:
* Type
What kind of chart to create
* Title
Chart title
* Data
The data to be used in the chart in an array
* Size
The size of the chart (Width x Height)
* Color
Colors to be used in the chart as array
* Fill
Fill colors to be used between timelines as array
* Background
Background color of the chart, defaults to #ffffff
* LabelsXY
Show or hide X and Y axis labels (true/false) (false by default)
* Legend
Show or hide a Legend (true/false) (true by default)
Supported types:
* Pie
Standard pie chart
* Line
Standard Line chart
* Sparkline
Almost identical to Line, except defaults to no axis lines.
* Bar-horizontal
Horizontal bar chart
* Bar-vertical
Vertical bar chart