mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d89770a79a
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/
10 lines
429 B
Plaintext
10 lines
429 B
Plaintext
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/
|