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 releasesDateSizeLinksStatus
5.x-1.22007-Oct-1311 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
5.x-1.x-dev2007-Oct-1411.01 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.