Changes between Version 7 and Version 8 of GoogleChartPlugin


Ignore:
Timestamp:
Dec 10, 2008, 5:27:54 PM (15 years ago)
Author:
peterA
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleChartPlugin

    v7 v8  
    3434
    3535== Example ==
    36 
    3736{{{
    3837[[GChart(query="SELECT id FROM ticket", type="line")]]
     38}}}
     39
     40'''Note''': the following example macros must be entered in a single line.
     41=== Simple Pie ===
     42{{{
     43[[GChart(type="pie", chs="250x100", query="SELECT rev FROM revision")]]
     44}}}
     45{{{
     46#!html
     47<img src="http://chart.apis.google.com/chart?chd=t:1.0,2.0,3.0,4.0&chs=250x100&cht=p" >
    3948}}}
    4049