Skip to main content

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

django-static-echarts-5.4.3.2.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

django_static_echarts-5.4.3.2-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file django-static-echarts-5.4.3.2.tar.gz.

File metadata

File hashes

Hashes for django-static-echarts-5.4.3.2.tar.gz
Algorithm Hash digest
SHA256 318691b563c1a20d161692162a862da692548cb4b6f3141d778a18237b2b8e0c
MD5 23a9f6282f31a769c1e7505d07564076
BLAKE2b-256 85238f675a2de9dc83193d10c702edec07e8170e5715449b3a2e021ed572c520

See more details on using hashes here.

File details

Details for the file django_static_echarts-5.4.3.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_static_echarts-5.4.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 cb8e7b856b20b6ac4a68761b0927612ea3e49375e1258a8a3ac61c1dda6aecc5
MD5 a27a40412275d19131f4ff10f627516c
BLAKE2b-256 583789c2966196cd39f63e86bca121c11dc9ef36f89231e5c3992dc17d6bb1c2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page