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

Next revision
Previous revision
plugin:googlechart [2011-03-02 11:10] – created 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 30: Line 30:
 <code> <code>
 <googlechart> <googlechart>
-some parameters which you can find on [[http://code.google.com/intl/de-DE/apis/chart/docs/making_charts.html|Google-Chart API]]+some parameters
 </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]] FIXME
  
 === Change Log === === Change Log ===
- 
-//[preferable GitHub RSS feed or similar]// 
  
   * **2011-03-02**   * **2011-03-02**
Line 43: Line 41:
  
 === Known Bugs and Issues === === Known Bugs and Issues ===
 +some special characters are not supported by google-chart, because of URL-encoding.
  
-//[this section might not be needed in case of external bug manager, or use RSS feed]//+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 ===
  
-//[developers roadmap]// 
  
 ===== FAQ ===== ===== FAQ =====
  
-//[discussions should ideally be deleted and turned into FAQ entries along the way]// 
  
 ===== Discussion ===== ===== Discussion =====
- 
-//Could be placed on an external page (e.g. plugin:pluginname:discussion) to have a distinction between user comments and author docs// 
- 
  
  
plugin/googlechart.1299060646.txt.gz · Last modified: 2011-03-02 11:10 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