wiki:GoogleChartPlugin

Version 4 (modified by Martin Aspeli, 15 years ago) (diff)

--

Google Chart API plugin

Description

Provides a simple way to chart the result of any query.

NOTE: This plugin currently uses an eval() statement to turn parameters in Python dict syntax into an actual dictionary. This is convenient, because it means you can pass tuples and lists to the engine. However, it is also quite dangerous, since you are allowing the author of the wiki page to execute arbitrary Python. Until this has been replaced by a more limited parser that only accepts primitive types, do not use this plugin in an environment where you don't trust your users.

Patches to fix this would be welcome!

Bugs/Feature Requests

Existing bugs and feature requests for GoogleChartPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:googlechartplugin here].

Source

You can check out GoogleChartPlugin from here using Subversion, or browse the source with Trac.

Example

[[GChart(query="SELECT id FROM ticket", type="line")]]

See README.txt for more information.

Recent Changes

16727 by rjollos on 2017-08-11 08:50:09
gchartplugin 0.2: Fix indentation

Fixes #6917.

16726 by rjollos on 2017-08-11 08:47:49
Remove intermediate directory
16397 by rjollos on 2017-03-25 09:37:00
Remove obsolete "0.9" code
(more)

Author/Contributors

Author: optilude
Contributors:

Attachments (1)

Download all attachments as: .zip