Changes between Version 4 and Version 5 of GoogleChartPlugin


Ignore:
Timestamp:
Dec 2, 2008, 10:59:12 PM (15 years ago)
Author:
anonymous
Comment:

possible workaround to the hack

Legend:

Unmodified
Added
Removed
Modified
  • GoogleChartPlugin

    v4 v5  
    88
    99Patches to fix this would be welcome!
     10
     11How about this? Use JSON.  Install simplejson, then in python:
     12{{{
     13>>> >>> args = '["hurray",{"for":"json"}]'
     14>>> >>> import simplejson
     15>>> >>> simplejson.loads(args)
     16["hurray", {"for":"json"}]
     17}}}
    1018
    1119== Bugs/Feature Requests ==