This project is not covered by Drupal’s security advisory policy.

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.

Project information

Releases