DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:googlechart

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:googlechart [2011-03-02 12:51] 194.95.141.200plugin:googlechart [2017-03-22 12:31] (current) – broken link 88.87.91.3
Line 5: Line 5:
 author     :  Dan Kreiser author     :  Dan Kreiser
 email      :  dan.kreiser@gmail.com email      :  dan.kreiser@gmail.com
-type       : +type       : action, syntax
 lastupdate : 2011-03-02 lastupdate : 2011-03-02
 compatible :  compatible : 
 depends    :  depends    : 
 conflicts  conflicts 
-similar    :  +similar    : gchart 
-tags       : +tags       : charts , barcode , latex , diagram , maps , formula , graph
  
-downloadurl: http://www.tux-tips.de/tux-wiki/doku.php?id=start:dokuwiki:plugins+downloadurl: http://www.tux-tips.de/tux-wiki/lib/exe/fetch.php?media=start:dokuwiki:plugins:googlechart.tar.gz
 bugtracker : bugtracker :
 sourcerepo :  sourcerepo : 
Line 20: Line 20:
  
 ===== Installation ===== ===== Installation =====
-Go to my wiki [[http://www.tux-tips.de/tux-wiki/doku.php?id=start:dokuwiki:plugins]]+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. here you can find the latest Version of this plugin and also some examples.
 ===== Examples/Usage ===== ===== Examples/Usage =====
Line 33: Line 33:
 </googlechart> </googlechart>
 </code> </code>
-You can find parameters here [[http://code.google.com/intl/de-DE/apis/chart/docs/making_charts.html|Google-Chart API]]+You can find parameters here [[http://code.google.com/intl/de-DE/apis/chart/docs/making_charts.html|Google-Chart API]] FIXME
  
 === Change Log === === Change Log ===
Line 41: Line 41:
  
 === Known Bugs and Issues === === 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
 +
 +<code>
 +<googlechart>
 +cht=tx
 +chl=(a+b)^2
 +</googlechart>
 +
 +<googlechart>
 +cht=tx
 +chl=(a%2Bb)^2
 +</googlechart>
 +</code>
 +
 +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 === === ToDo/Wish List ===
plugin/googlechart.1299066680.txt.gz · Last modified: 2011-03-02 12:51 by 194.95.141.200

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