palewire / django-googlecharts forked from jacobian/django-googlecharts

A suite of Django template tags to generate charts using Google's chart API.

This URL has Read+Write access

name age message
file LICENSE Tue Feb 19 09:05:54 -0800 2008 Initial comment [jacobian]
file README Tue Aug 19 08:31:12 -0700 2008 Moved it back - looks like github won't, in fac... [jacobian]
directory docs/ Wed Oct 21 10:35:24 -0700 2009 Added a custom pie orientation example [Ben Welsh]
directory googlecharts/ Wed Oct 21 10:17:20 -0700 2009 Added a pie orientation function [Ben Welsh]
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 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>.