diff options
author | nivit <nivit@FreeBSD.org> | 2009-01-10 01:51:24 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2009-01-10 01:51:24 +0800 |
commit | eb51adfa25897b359d1ea1f900213a1fdfcdb25f (patch) | |
tree | 3e3a5d4622176cdb42a783c2a38de59031702c92 /graphics/Makefile | |
parent | 99197bab3188e82ae42a9aa9f7e89b4a15c94775 (diff) | |
download | freebsd-ports-gnome-eb51adfa25897b359d1ea1f900213a1fdfcdb25f.tar.gz freebsd-ports-gnome-eb51adfa25897b359d1ea1f900213a1fdfcdb25f.tar.zst freebsd-ports-gnome-eb51adfa25897b359d1ea1f900213a1fdfcdb25f.zip |
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/
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 8f38338d88b4..5c1097f825c1 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -661,6 +661,7 @@ SUBDIR += py-exif SUBDIR += py-exiv2 SUBDIR += py-freeimagepy + SUBDIR += py-gchartwrapper SUBDIR += py-gd SUBDIR += py-gdchart SUBDIR += py-gdchart2 |