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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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