This package can be used to generate several types of charts in the SVG format.
The main class takes the data set that defines the values of the chart and passes to separate classes specialized in generating different types of charts.
Currently there are classes specialized in generating bar and pie charts.
The chart classes return the output SVG tags that define the chart graphic objects. The main class assembles the returned chart SVG graphics with a legend if its text is defined.
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
Chart (2 files) |
Chart.php |
Class |
Main class file |
test.php |
Example |
Simple example script, not yet works |
| File |
Role |
Description |
bar_across.php |
Class |
Class for charting with animated, horizontal bars |
pie.php |
Class |
Class for charting with a pie (very cool) |