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.
v5.4.3.3
- Doc update.
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
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 django_static_echarts-5.4.3.3.tar.gz.
File metadata
- Download URL: django_static_echarts-5.4.3.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3b6292b703526e4d8b67edd8e064fdc7098bd0a48a695eec5caf86f8d21f5c3
|
|
| MD5 |
0e3f8dc87df27ed7573424c8f5733ca7
|
|
| BLAKE2b-256 |
f6ff0b7c9fd1d72c3962475f66f0b2f80e189d4fddca55545c3192058b267a29
|
File details
Details for the file django_static_echarts-5.4.3.3-py3-none-any.whl.
File metadata
- Download URL: django_static_echarts-5.4.3.3-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
186fde58608228e20b8aa9f06937ed8cd04d68b5f481c2361ebab7cee7a3d359
|
|
| MD5 |
e38a66e8f8b8eb9afb4fe889078f187a
|
|
| BLAKE2b-256 |
0ed46b4d36bae540f3e7c20d433b685ba79ee4ff70040b15640f629cceb509aa
|