ChartLogix PHP Charting Installation
|
|
|
The requirements for ChartLogix are minimal. It is packaged in one script which can be placed anywhere on your web server, and requires only PHP5 with gd2 support.
|
|
|
Include the ChartLogix file in your script, this will define the graph classes.
|
|
include( 'chartlogix.inc.php' );
|
|
|
Then you can start using the charting classes.
|
|
|
Next Steps
|
|
|
See how to make Pie Charts |
|
|
See how to make Bar Graphs |
|