Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

bashu/django-uncharted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

57 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

django-uncharted

This is a Django integration of amCharts.

Authored by Basil Shubin, inspired by django-chartit

image

image

image

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.

About

πŸ“ŠπŸ“ˆ Simple amCharts integration for Django

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published