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
name age message
file .gitignore Mon Nov 30 09:25:53 -0800 2009 Push 1.0-a-1 to pypi. [jacobian]
file LICENSE Tue Feb 19 09:05:54 -0800 2008 Initial comment [jacobian]
file README Mon Nov 30 09:25:53 -0800 2009 Push 1.0-a-1 to pypi. [jacobian]
file distribute_setup.py Mon Nov 30 08:29:31 -0800 2009 Added a working setup.py, including a test runn... [jacobian]
directory docs/ Mon Nov 30 08:34:48 -0800 2009 Fixed whitespace problems in the charts tag, fi... [jacobian]
directory googlecharts/ Mon Nov 30 08:34:48 -0800 2009 Fixed whitespace problems in the charts tag, fi... [jacobian]
file setup.py Mon Nov 30 09:25:53 -0800 2009 Push 1.0-a-1 to pypi. [jacobian]
README
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 1.1 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>.