Table of Contents

googlechart Plugin

Compatible with DokuWiki

No compatibility info given!

plugin easy way for importing google charts to the wiki

Last updated on
2011-03-02
Provides
Syntax, Action

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to gchart

Tagged with barcode, charts, diagram, formula, graph, latex, maps

Installation

Go to my wiki http://www.tux-tips.de/tux-wiki/doku.php?id=start:dokuwiki:plugins:googlechart here you can find the latest Version of this plugin and also some examples.

Examples/Usage

Syntax

<googlechart>
some parameters
</googlechart>

You can find parameters here Google-Chart API FIXME

Change Log

Known Bugs and Issues

some special characters are not supported by google-chart, because of URL-encoding.

For Instance the “+” has to be replaced by “%2b”. here an example

<googlechart>
cht=tx
chl=(a+b)^2
</googlechart>

<googlechart>
cht=tx
chl=(a%2Bb)^2
</googlechart>

here you can find a list of special characters which may also have this problem http://www.w3schools.com/TAGS/ref_urlencode.asp

ToDo/Wish List

FAQ

Discussion