You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/12/21 07:28:46 UTC

[incubator-echarts-examples] 01/03: update echarts link to avoid cache to 5.0.0-rc

This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git

commit f45dc18281f06c51eefba084f66ac2d992d3b8e2
Author: 100pah <su...@gmail.com>
AuthorDate: Mon Dec 7 15:24:35 2020 +0800

    update echarts link to avoid cache to 5.0.0-rc
---
 src/common/config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/common/config.js b/src/common/config.js
index 1262a53..d1b94e7 100644
--- a/src/common/config.js
+++ b/src/common/config.js
@@ -120,8 +120,8 @@ export const SUPPORT_WEBP = (function () {
 
 export const SCRIPT_URLS = {
     localEChartsMinJS: 'http://localhost/echarts-next/dist/echarts.js',
-    echartsMinJS: 'https://cdn.jsdelivr.net/npm/echarts@5/dist/echarts.min.js',
-    echartsDir: 'https://cdn.jsdelivr.net/npm/echarts@5',
+    echartsMinJS: 'https://cdn.jsdelivr.net/npm/echarts@5.0.0/dist/echarts.min.js',
+    echartsDir: 'https://cdn.jsdelivr.net/npm/echarts@5.0.0',
     echartsStatMinJS: 'https://cdn.jsdelivr.net/npm/echarts-stat@latest/dist/ecStat.min.js',
     echartsGLMinJS: 'https://cdn.jsdelivr.net/npm/echarts-gl@2.0.0-rc.1/dist/echarts-gl.min.js',
     datGUIMinJS: 'https://cdn.jsdelivr.net/npm/dat.gui@0.6.5/build/dat.gui.min.js',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org