SWF Charts
Harry Slaughter - May 24, 2007 - 00:45
A wrapper for XML/SWF Charts. API that allows generation of very nice, colorful Flash graphs/charts.
Note: This is an API and provides no functionality directly. Please see the README.txt and INSTALL.txt files for more information.
Usage
This module provides a single function which should be called as follows:
<?php
module_invoke('swfcharts', 'chart', $chart, $config);
?>This will return a themed chart.
$data will contain a fairly elaborate data structure which you will define according to the API details located at:
http://www.maani.us/charts/index.php?menu=Reference
Detailed examples are provided at:
http://www.maani.us/charts/index.php?menu=Gallery
$chart is optional and will use defaults from admin/settings/swfcharts if not supplied.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.2 | 2007-Oct-13 | 11 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.x-dev | 2007-Oct-14 | 11.01 KB | Download · Release notes | Development snapshot | |
