Library to render chart using chartjs
Project description
Documentation
The full documentation is at https://django-charts.readthedocs.io/en/latest/
Quickstart
Install dj-chartjs:
pip install dj-chartjs
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'dj_chartjs',
...
)
PS: You need define jquery and chartjs libraries in your html section script
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.bundle.js"></script>
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
History
0.1.0 (2020-03-30)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dj-chartjs-1.0.7.tar.gz.
File metadata
- Download URL: dj-chartjs-1.0.7.tar.gz
- Upload date:
- Size: 83.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37d0c3c36990eb9edf7d14372e594862c2116614c1ac141673003f06782f4cfe
|
|
| MD5 |
58ae0afd034436539dda9ebf954bd495
|
|
| BLAKE2b-256 |
0347151fda7568ab4a3d63550784925ad7ceb5b3877e8ed71f88c9f8e21f2264
|
File details
Details for the file dj_chartjs-1.0.7-py2.py3-none-any.whl.
File metadata
- Download URL: dj_chartjs-1.0.7-py2.py3-none-any.whl
- Upload date:
- Size: 85.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89ec9f8731c30d3fdcf4de97e79498769c4a91f24325f9bee739c62dfc9d6b15
|
|
| MD5 |
c6b91d269b556055425b4abd9cd5c140
|
|
| BLAKE2b-256 |
ff991c574b6f4b79762d88789d2c101ce91d70ba5cd2c94138f29450cef546a4
|