public
Description: A suite of Django template tags to generate charts using Google's chart API.
Homepage:
Clone URL: git://github.com/jacobian/django-googlecharts.git
palewire (author)
Fri Jan 09 12:33:50 -0800 2009
jacobian (committer)
Fri Jan 09 12:43:10 -0800 2009
name age message
file .gitignore Tue Oct 21 10:00:08 -0700 2008 Added support for map type. [jacobian]
file LICENSE Loading commit data...
file README
directory docs/
directory googlecharts/ Fri Jan 09 12:43:10 -0800 2009 Fixed some itty bitty problems with chart_marke... [palewire]
Google Charts template tag
==========================

This is a suite of template tags to assist in generating charts using Google's
`Chart API`__. There's deliberately no Python-level API; try pygooglechart__
for that.

Currently the library is long on code, and short on testing and documentation.
It's only been tested against Django trunk (r7135) and Python 2.5.

For example usage, see ``docs/examples.html``.

__ http://code.google.com/apis/chart/
__ http://pygooglechart.slowchop.com/

Contributing
------------

The source is on GitHub: http://github.com/jacobian/django-googlecharts. Feel
free to send me pull requests, or send patches to <jacob@jacobian.org>.