Date: Sat, 24 Jan 2009 8:15:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=Help%2FChartPlugin; flags=PAGE_LOCKED; markup=2; charset=iso-8859-1 Content-Transfer-Encoding: binary The **Chart** [[Help:WikiPlugin|plugin]] allows to easily draw simple graphs on a wiki page. The browser must support SVG in order graphs to be displayed. == Usage == <> == Arguments == {| class="bordered" |- ! Argument ! Description ! Default value |- | width | Graph width in pixels | 200 |- | height | Graph height in pixels | 200 |- | type | line, bar or pie | line |- | data | Graph data: a list of numbers separated by comma | //none// |} == Examples == === Line chart === <> <> === Bar chart === <> <> === Pie chart === <> <> == Author == * Marc-Etienne Vargenau == See Also == ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]