Skip to content

Commit

Permalink
修正echarts引用url错误
Browse files Browse the repository at this point in the history
  • Loading branch information
yiliuyan161 committed Sep 3, 2024
1 parent 835e246 commit 8e2f216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chartspy/echarts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

from .base import Tools, Html

ECHARTS_JS_URL = "https://cdn.staticfile.org/echarts/5.5.1/echarts.min.js"
ECHARTS_GL_JS_URL = "https://cdn.staticfile.org/echarts-gl/2.0.9/echarts-gl.min.js"
ECHARTS_JS_URL = "https://cdn.staticfile.org/echarts/5.4.3/echarts.min.js"
ECHARTS_GL_JS_URL = "https://cdn.staticfile.org/echarts-gl/2.0.8/echarts-gl.min.js"


class Echarts(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_install_requires():

setup(
name="chartspy",
version="2.2.3",
version="2.2.4",
url="https://chartspy.icopy.site/",
description="echarts g2plot klinechart highcharts tabulator python wrapper",
keywords='echarts g2plot klinechart highcharts tabulator python ',
Expand Down

0 comments on commit 8e2f216

Please sign in to comment.