This is a Django integration of amCharts.
Authored by Basil Shubin, inspired by django-chartit
Either clone this repository into your project, or install with pip install django-uncharted
You'll need to add uncharted
to INSTALLED_APPS
in your project's settings.py
file:
INSTALLED_APPS += [
'uncharted',
]
Please see example
application. This application is used to
manually test the functionalities of this package. This also serves as
a good example.
You need Django 1.4 or above to run that. It might run on older versions but that is not tested.
- amCharts - This is not included in the package since it is expected that in most scenarios this would already be available.
If you've found a bug, implemented a feature or customized the template and think it is useful then please consider contributing. Patches, pull requests or just suggestions are welcome!
django-uncharted
is released under the MIT license.