This is an automated email from the ASF dual-hosted git repository.
shenyi pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git
The following commit(s) were added to refs/heads/next by this push:
new 774cfa0 Update gl version
774cfa0 is described below
commit 774cfa0bef6502ae2a03c897e9eb80808bf4868a
Author: pissang <[email protected]>
AuthorDate: Tue Nov 10 23:42:26 2020 +0800
Update gl version
---
src/common/config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/config.js b/src/common/config.js
index db54037..ae5b490 100644
--- a/src/common/config.js
+++ b/src/common/config.js
@@ -123,7 +123,7 @@ export const SCRIPT_URLS = {
echartsMinJS:
'https://cdn.jsdelivr.net/npm/[email protected]/dist/echarts.min.js',
echartsDir: 'https://cdn.jsdelivr.net/npm/[email protected]',
echartsStatMinJS:
'https://cdn.jsdelivr.net/npm/echarts-stat@latest/dist/ecStat.min.js',
- echartsGLMinJS:
'https://cdn.jsdelivr.net/npm/echarts-gl/dist/echarts-gl.min.js',
+ echartsGLMinJS:
'https://cdn.jsdelivr.net/npm/[email protected]/dist/echarts-gl.min.js',
datGUIMinJS:
'https://cdn.jsdelivr.net/npm/[email protected]/build/dat.gui.min.js',
monacoDir: 'https://cdn.jsdelivr.net/npm/[email protected]/min/vs',
aceDir: 'https://cdn.jsdelivr.net/npm/[email protected]/src-min-noconflict'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]