GoogleChart Parser

Description

The GoogleChart parser allows you to have GoogleCharts rendered nicely inside Moin's code blocks. This includes QR codes, bar charts, pie charts, net charts etc.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

GoogleChart.py

1.0

1.9

ParserMarket/GoogleChart/ReleaseNotes

Installation

For general installation instructions, see ParserMarket/InstallingParsers. This parser requires no special dependencies, such as outside Python libraries.

Usage

To use this parser, simply put #!GoogleChart after the beginning of the code block. To define chart options put a # after the beginnig of each "Google Chart" option. The next option is marked by # again. All charaters in between are interpreted as values of the former defined option. Please refer the example below. For debugging purposes replace #!GoogleChart by #!GoogleChart debug. A Google Chart Api reference can be found here: http://code.google.com/intl/de-DE/apis/chart/

Example

{{{
#!GoogleChart
#cht=qr
#chld=L
#chs=125x125
#chl=hello world
unicode accepted
}}}

This parser is copyrighted by RalphZacharias using the format and render methods of ReimarBauer mathtran parser.

License

This parser is released under the terms of the GNU GPL.

Discussion

MoinMoin: ParserMarket/GoogleChart (last edited 2011-03-14 08:35:16 by RalphZacharias)