This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new de6606d4 update cn title for some examples
de6606d4 is described below
commit de6606d46e0444363d72359f519015eba1a67dcd
Author: plainheart <[email protected]>
AuthorDate: Fri Jan 23 04:21:28 2026 +0800
update cn title for some examples
---
public/examples/ts/confidence-band.ts | 2 +-
public/examples/ts/grid-multiple.ts | 2 +-
src/data/chart-list-data.js | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/public/examples/ts/confidence-band.ts
b/public/examples/ts/confidence-band.ts
index 0a90b150..893abd20 100644
--- a/public/examples/ts/confidence-band.ts
+++ b/public/examples/ts/confidence-band.ts
@@ -1,7 +1,7 @@
/*
title: Confidence Band
category: line
-titleCN: Confidence Band
+titleCN: 置信带
difficulty: 4
*/
diff --git a/public/examples/ts/grid-multiple.ts
b/public/examples/ts/grid-multiple.ts
index a7098629..0f63b734 100644
--- a/public/examples/ts/grid-multiple.ts
+++ b/public/examples/ts/grid-multiple.ts
@@ -1,7 +1,7 @@
/*
title: Rainfall vs Evaporation
category: line
-titleCN: 雨量-蒸发量关系图
+titleCN: 雨量蒸发量关系图
difficulty: 4
*/
diff --git a/src/data/chart-list-data.js b/src/data/chart-list-data.js
index fa63846b..f199ccc0 100644
--- a/src/data/chart-list-data.js
+++ b/src/data/chart-list-data.js
@@ -1417,7 +1417,7 @@ export default [
"ts": true,
"tags": [],
"title": "Confidence Band",
- "titleCN": "Confidence Band",
+ "titleCN": "置信带",
"difficulty": 4
},
{
@@ -1517,7 +1517,7 @@ export default [
"ts": true,
"tags": [],
"title": "Rainfall vs Evaporation",
- "titleCN": "雨量-蒸发量关系图",
+ "titleCN": "雨量蒸发量关系图",
"difficulty": 4
},
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]