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 jQuery 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.

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-4.0.4.2.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

django_static_echarts-4.0.4.2-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django-static-echarts-4.0.4.2.tar.gz
Algorithm Hash digest
SHA256 0cd494b939d9aea2d59b7fcbf7f7b022197433a25b50462c8f62d2e1b6b79887
MD5 43c02232260fe99b7ab6e7e066999219
BLAKE2b-256 08673283d07c6167e8545648caeed8bcb70482f7cfd49e7247273b9d2b89165a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_static_echarts-4.0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e8e1c6580250d0b8987063334ee4eb96d04c1446957f155f09860bc7bf54f81f
MD5 4b5368bf825fad19163ff947eade01f6
BLAKE2b-256 8edc3e9858b6b25d945a3bd774e2b9f326b1cee5c52a1415b2cddd1e5a1ac282

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