django-uncharted

Simple amCharts integration for Django


Keywords
amcharts-js-charts, django
License
MIT
Install
pip install django-uncharted==0.0.1

Documentation

django-uncharted

This is a Django integration of amCharts

Authored by Basil Shubin, inspired by django-chartit

https://landscape.io/github/bashu/django-uncharted/develop/landscape.svg?style=flat

Installation

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.

External dependencies

  • amCharts - This is not included in the package since it is expected that in most scenarios this would already be available.

Configuration (optional)

Usage

Templates

Contributing

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!

License

django-uncharted is released under the MIT license.