BarChart Parser
This parser is used to create bar charts based on CSS code from http://concepts.waetech.com/bargraph/.
Syntax
{ { {
#!BarChart
-loadcss
-title title
name=value
...
} } }{ { {
#!BarChart
name=value
...
} } }
Parameters
-title title: the title of the bar chart
-loadcss: the css code needs to be loaded ones with the first bar chart
name=value: name is used as description.
The value is used to set the length of the bar.
The sum of all values is 100%.
Modification History
@copyright:
Reimar Bauer:
2006-07-28 intitial version for MoinMoin 1.5.4-1
2006-07-29 1.5.4-2 PEP 8 and
parameter -title and -loadcss added
@license: GNU GPL, see COPYING for details.
For the css part I have send a request to joshua@waetech.com