Skip to content

Django-C3 is a simple Django app to generate simple charts with C3.js.

License

Notifications You must be signed in to change notification settings

Yaser-Amiri/Django-C3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-C3

Django-C3 is a simple Django app to generate simple charts with C3.js. With Django-C3 you can using Django template engine tags and send data in with dictionary or list python types to that and your charts are ready!

Quick start

  1. Add "django_c3" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'django_c3',
    ]
    
  2. Add "C3_IMPORT = False" to setting.py if you want import C3 javascript libraries by yourself.

Output example:

screenshot.png

There is "demo" directory in github repository (a compelete django project), you can see it to see a real example.

About

Django-C3 is a simple Django app to generate simple charts with C3.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published