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. If you are using Internet Explorer 6 + Adobe SVGviewer (often included by default with Windows XP) or SVG-enabled Firefox (2.0 or above) then you should see the examples. == 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 === <> <> == Known Problems With multiple Chart plugins on the same page the 2nd and subsequent ones will have the same width and height. == Author == * Marc-Etienne Vargenau == See Also == ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]