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 13e203a4 fix(typo): fix "Weather" is misspelled "Wheater" (resolves 
apache/echarts#21263)
13e203a4 is described below

commit 13e203a4f7d42d98f006a24dfff4b2fa38e8d8e5
Author: plainheart <[email protected]>
AuthorDate: Wed Sep 17 18:42:59 2025 +0800

    fix(typo): fix "Weather" is misspelled "Wheater" (resolves 
apache/echarts#21263)
---
 public/examples/ts/bar-rich-text.ts | 2 +-
 src/data/chart-list-data.js         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/examples/ts/bar-rich-text.ts 
b/public/examples/ts/bar-rich-text.ts
index 5510dab4..c24b7e7c 100644
--- a/public/examples/ts/bar-rich-text.ts
+++ b/public/examples/ts/bar-rich-text.ts
@@ -1,5 +1,5 @@
 /*
-title: Wheater Statistics
+title: Weather Statistics
 category: 'bar, rich'
 titleCN: 天气统计(富文本)
 difficulty: 6
diff --git a/src/data/chart-list-data.js b/src/data/chart-list-data.js
index 1922e991..27a6f5cc 100644
--- a/src/data/chart-list-data.js
+++ b/src/data/chart-list-data.js
@@ -1982,7 +1982,7 @@ export default [
     "id": "bar-rich-text",
     "ts": true,
     "tags": [],
-    "title": "Wheater Statistics",
+    "title": "Weather Statistics",
     "titleCN": "天气统计(富文本)",
     "difficulty": 6
   },


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to