Django application contain echarts static files.
Project description
django-static-echarts
Django application contain echarts static files.
Install
pip install django-static-echarts
Lincense
- All resource files of echarts are unzip from apache-echarts-X.Y.Z-src.zip which download from https://echarts.apache.org without any changes.
- All resource files of echarts obey echarts License, see details at https://www.apache.org/licenses/.
- We don't guarantee the latest echarts version.
Usage
pro/settings.py
INSTALLED_APPS = [
...
"django_static_echarts",
...
]
app1/chart1.html
{% load staticfiles %}
{% block script %}
<script src="{% static "echarts/echarts.min.js" %}"></script>
<script src="{% static "echarts/theme/vintage.js" %}"></script>
<script src="{% static "echarts/map/js/china.js" %}"></script>
{% endblock %}
About releases
- The first number is our release number.
- The other three numbers are the same with ECHARTS's release version.
Release
v3.8.4
- First release.
v4.0.4.1
- Upgrade echarts to 4.0.4.
v4.0.4.2
- Doc update.
v5.4.3.2
- Upgrade echarts to 5.4.3.
Project details
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 django-static-echarts-5.4.3.2.tar.gz
.
File metadata
- Download URL: django-static-echarts-5.4.3.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 318691b563c1a20d161692162a862da692548cb4b6f3141d778a18237b2b8e0c |
|
MD5 | 23a9f6282f31a769c1e7505d07564076 |
|
BLAKE2b-256 | 85238f675a2de9dc83193d10c702edec07e8170e5715449b3a2e021ed572c520 |
File details
Details for the file django_static_echarts-5.4.3.2-py3-none-any.whl
.
File metadata
- Download URL: django_static_echarts-5.4.3.2-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb8e7b856b20b6ac4a68761b0927612ea3e49375e1258a8a3ac61c1dda6aecc5 |
|
MD5 | a27a40412275d19131f4ff10f627516c |
|
BLAKE2b-256 | 583789c2966196cd39f63e86bca121c11dc9ef36f89231e5c3992dc17d6bb1c2 |