Date: Fri, 16 Dec 2011 12:42:36 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FChartPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; markup=2; charset=UTF-8 Content-Transfer-Encoding: binary The **Chart** [[Help:WikiPlugin|plugin]] allows to easily draw simple graphs on a wiki page. Three graph formats are possible: line, bar and pie. In pie mode, negative values are ignored. 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// (required argument) |} == 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]]