Changes between Version 15 and Version 16 of GoogleChartPlugin


Ignore:
Timestamp:
Dec 20, 2016, 3:11:02 PM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • GoogleChartPlugin

    v15 v16  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Google Chart API plugin
     3= Embed Google Charts in wiki pages
    44
    55== Description
     
    99'''Note''': This plugin currently uses an eval() statement to turn parameters in Python dict syntax into an actual dictionary. This means you can pass tuples and lists to the engine. However, it is also risky, since you are allowing the author of the wiki page to execute arbitrary Python code. 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.
    1010
    11 Patches to fix this would be welcome!
     11Patches to fix this are welcome!
    1212
    13 H''ow about this? Use JSON. Install simplejson, then in python:''
     13For example, using JSON: install simplejson, then in Python:
    1414{{{
    1515>>> args = '["hurray",{"for":"json"}]'