]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FChartPlugin
New plugin: Chart
[SourceForge/phpwiki.git] / pgsrc / Help%2FChartPlugin
1 Date: Mon, 12 Jan 2009 8:18:24 +0100
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FSpreadsheet;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 Chart plugin allows to easily draw simple graphs.
12
13 == Line chart ==
14
15 <<Chart type=line
16         data="5, 7, 11, 3, 15"
17 >>
18
19 == Bar chart ==
20
21 <<Chart type=bar
22         color=red
23         data="5, 7, 11, 3, 15"
24 >>
25
26 == Pie chart ==
27
28 <<Chart type=pie
29         color=blue
30         data="5, 7, 11, 3, 15"
31 >>
32