/[drupal]/contributions/modules/swfcharts/README.txt
ViewVC logotype

Contents of /contributions/modules/swfcharts/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Sat Oct 6 18:59:54 2007 UTC (2 years, 1 month ago) by hlslaughter
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-2, HEAD
Changes since 1.3: +20 -6 lines
File MIME type: text/plain
added cron to cleanup XML cache; removed dependency on charts.php
1 $Id: README.txt,v 1.3 2007/10/04 23:34:00 hlslaughter Exp $
2
3 NOTE
4
5 There has been some criticism of this module due to the fact that it relies
6 on proprietary code. However, this software is available for free, and it
7 also generates some of the nicest looking graphs I've ever seen on the web.
8 So rather than being "pure" and providing dodgy, pixelated images using
9 something like gnuplot, I chose to use SWF/Charts.
10
11 DESCRIPTION
12
13 This is a wrapper for the XML/SWF Charts package available at
14 http://www.maani.us/xml_charts/
15
16 It allows for generation of very attractive charts and graphs without having
17 to install special graphics libraries on the server. Because the graphics are
18 generated client-side via Flash, there is not the additional load on the server
19 that comes with generating images server side with GD or jpgraph.
20
21 It provides an API for integration with other modules as well as a 'content
22 filter' for inline useage.
23
24 See sample images at http://www.maani.us/xml_charts/index.php?menu=Gallery
25
26 INSTALLATION
27
28 This module requires 3rd party libraries. For details, see INSTALL.txt.
29
30 USAGE
31
32 This module provides a single function which should be called as follows:
33
34 module_invoke('swfcharts', 'chart', $data, $config);
35
36 This will return a themed chart.
37
38 $data will contain a fairly elaborate data structure which you will define
39 according to the API details located at:
40 http://www.maani.us/charts/index.php?menu=Reference
41
42 Detailed examples are provided at:
43 http://www.maani.us/charts/index.php?menu=Gallery
44
45 $config is optional and will use defaults from admin/settings/swfcharts if
46 not supplied.
47

  ViewVC Help
Powered by ViewVC 1.1.2