This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git
The following commit(s) were added to refs/heads/master by this push:
new 33ae63a6 theme-builder add echartsMinJS_Latest entry
33ae63a6 is described below
commit 33ae63a6e6e85d3e252a3a94306e9f0280a6ea34
Author: plainheart <[email protected]>
AuthorDate: Sat Nov 8 03:22:24 2025 +0800
theme-builder add echartsMinJS_Latest entry
---
_jade/en/theme-builder.jade | 1 +
_jade/zh/theme-builder.jade | 1 +
config/common.js | 1 +
3 files changed, 3 insertions(+)
diff --git a/_jade/en/theme-builder.jade b/_jade/en/theme-builder.jade
index 9d410ccc..0659e318 100644
--- a/_jade/en/theme-builder.jade
+++ b/_jade/en/theme-builder.jade
@@ -5,6 +5,7 @@ block variablesLang
block extra_head
title Theme Builder - Apache ECharts
+ script(src='#{cdn3rdRoot.echartsMinJS_Latest}')
block content
nav(class='navbar navbar-default navbar-fixed-top')
diff --git a/_jade/zh/theme-builder.jade b/_jade/zh/theme-builder.jade
index c8fa877d..fb45f66f 100644
--- a/_jade/zh/theme-builder.jade
+++ b/_jade/zh/theme-builder.jade
@@ -2,6 +2,7 @@ extends ../layouts/basic
block extra_head
title 主题编辑器 - Apache ECharts
+ script(src='#{cdn3rdRoot.echartsMinJS_Latest}')
block content
nav(class='navbar navbar-default navbar-fixed-top', role="navigation")
diff --git a/config/common.js b/config/common.js
index 9b57fa38..19f40a02 100644
--- a/config/common.js
+++ b/config/common.js
@@ -21,6 +21,7 @@ const thirdPartyLinks = {
paceProgressBarJS: './js/vendors/[email protected]/pace.min.js',
sweetalertJS: './js/vendors/[email protected]/sweetalert.min.js',
echartsMinJS_4_8_0: './js/vendors/[email protected]/echarts.min.js',
+ echartsMinJS_Latest: './js/vendors/echarts/dist/echarts.min.js',
prettifyJS: './js/vendors/[email protected]/prettify.min.js',
// Can not find good prettify css in jsdelivr.
// prettifyCSS: './js/vendors/[email protected]/styles/doxy.css',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]