DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:googlechart

This is an old revision of the document!


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

Change Log

  • 2011-03-02
    • Initial release

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

plugin/googlechart.1435174077.txt.gz · Last modified: 2015-06-24 21:27 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki