forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
429 B
Text
9 lines
429 B
Text
Python wrapper for the Google Chart API.
|
|
|
|
The wrapper can render the URL of the Google chart, based on your parameters,
|
|
or it can render an HTML img tag to insert into webpages on the fly.
|
|
Made for dynamic python websites (Django,Zope,CGI,etc.) that need on the fly
|
|
chart generation without any extra modules. Can also grab the PIL Image
|
|
instance of the chart for manipulation
|
|
|
|
WWW: http://code.google.com/p/google-chartwrapper/
|