DjangoCMS Plugin to add and edit ChartJs charts
Project description
================ DjangoCMS_Charts
A plugin for DjangoCMS that creates easy to use and fully customisable ChartJs (ver 1.0.2) charts - with a table and csv upload interface.
Quick start
-
Add 'djangocms_charts' to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'djangocms_charts', ]
-
Run
python manage.py migrate
to create the djangocms_charts models. -
Ensure you have your own version of jQuery added to block 'js'. See here: https://django-sekizai.readthedocs.io/en/latest/#example
-
Add a DjangoCMS Chart object to your web page!
ChartJs
ChartJs <http://www.chartjs.org/>
_ is a dynamic charting application giving users an interactive and visually appealing chart in an html 5 canvas. Each type of chart is available:
- Line
- Bar
- Radar
- Polar
- Pie
- Doughnut
ChartJs-Sass
To format the charts we recommend using ChartJs-Sass <https://github.com/mcldev/ChartJS-Sass>
_ which creates an easy to use SASS template system so that charts and colours are kept out of the HTML and JS code.
Inputs
Use the normal inputs to select the data for the chart, the header rows and the orientation of the data i.e. in rows/columns. The full set of customisation inputs are available in the 'Advanced Settings' for each chart or in the main Administration settings for all charts.
Future Development
Future development will include updating ChartJs versions and adding Highcharts as another Chart type.
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
File details
Details for the file djangocms_charts-1.3.0.tar.gz
.
File metadata
- Download URL: djangocms_charts-1.3.0.tar.gz
- Upload date:
- Size: 626.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ad28fdbacababc1511e176d7683d82d7c9108d44feceacc8af89b5d628bb0d2 |
|
MD5 | 3d4a42ce0eeeca416d73a4f4fa6c3c82 |
|
BLAKE2b-256 | 0dd7be1b78353caff6400e824a4728516803bdd2695b92f0fe24cbcfe5a11842 |
File details
Details for the file djangocms_charts-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: djangocms_charts-1.3.0-py3-none-any.whl
- Upload date:
- Size: 656.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 656d71ed3757293c6d0e67d0e6e91e0c753e42200ec77d006a293c373f38d03d |
|
MD5 | 62ec1ccd91250212ad01da3c765cc8bd |
|
BLAKE2b-256 | 06b0b2baa0d0a7a17e3252cef8b121ff1b0cf852adcc03ac430f23d7a091fd9b |