aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-gchartwrapper/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix NO_STAGE attributionbapt2013-09-231-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | graphics)
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Update to 0.9nivit2009-10-121-4/+10
|
* - Update to 0.8nivit2009-05-101-2/+2
|
* Python wrapper for the Google Chart API.nivit2009-01-101-0/+41
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/