GitXplorerGitXplorer
j

django-googlecharts

public
181 stars
23 forks
2 issues

Commits

List of commits on branch master.
Unverified
c542996cf9a7a097b447e1ce5a1a6b66bdad254f

Merge remote-tracking branch 'arsatiki/master'

jjacobian committed 14 years ago
Unverified
fa54663e2cc5a44741ecab6325c9e8e07e793e1c

Add chart-data-hidden, allowing hidden data series to be used

mmikeharris100 committed 14 years ago
Unverified
00a3ebf41693e21258a740cfaaf918675b4d9130

Explicit check for minvalue zeroeness

aarsatiki committed 15 years ago
Unverified
e477b5293170f64d4aa58f58d5e36f9335dc03d9

Remove division by zero error when data is all zeroes

aarsatiki committed 15 years ago
Unverified
76645aa8bf355734f448f364cd1a266dcf367f52

Ported over to Python 2.4

aarsatiki committed 15 years ago
Unverified
bbd82385e23f762d0c48dcf972b48d090574226c

Ported over to Python 2.4

aarsatiki committed 15 years ago

README

The README file for this repository.

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 Pythons 2.4 and 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.