You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/09/02 02:34:39 UTC

[echarts-examples] branch gh-pages updated: fix typos

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

shenyi 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 2cc7638  fix typos
2cc7638 is described below

commit 2cc7638e3083d6478fa43bd617211a6d7f7c529c
Author: pissang <bm...@gmail.com>
AuthorDate: Thu Sep 2 10:34:00 2021 +0800

    fix typos
---
 public/data/calendar-charts.js     | 2 +-
 public/data/calendar-horizontal.js | 2 +-
 public/data/candlestick-brush.js   | 2 +-
 src/data/chart-list-data.js        | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/public/data/calendar-charts.js b/public/data/calendar-charts.js
index 39aaad7..9b0cbd2 100644
--- a/public/data/calendar-charts.js
+++ b/public/data/calendar-charts.js
@@ -1,7 +1,7 @@
 /*
 title: Calendar Charts
 category: 'calendar, scatter'
-titleCN: 日力图
+titleCN: 日历图
 shotWidth: 1000
 difficulty: 11
 */
diff --git a/public/data/calendar-horizontal.js b/public/data/calendar-horizontal.js
index 9dde1f1..c9d9015 100644
--- a/public/data/calendar-horizontal.js
+++ b/public/data/calendar-horizontal.js
@@ -1,7 +1,7 @@
 /*
 title: Calendar Heatmap Horizontal
 category: calendar
-titleCN: 横向日力图
+titleCN: 横向日历图
 shotWidth: 900
 difficulty: 2
 */
diff --git a/public/data/candlestick-brush.js b/public/data/candlestick-brush.js
index 9ea6029..36c4da7 100644
--- a/public/data/candlestick-brush.js
+++ b/public/data/candlestick-brush.js
@@ -1,7 +1,7 @@
 /*
 title: Candlestick Brush
 category: candlestick
-titleCN: 日力图刷选
+titleCN: 日历图刷选
 */
 
 var upColor = '#00da3c';
diff --git a/src/data/chart-list-data.js b/src/data/chart-list-data.js
index d8b8789..2418a66 100644
--- a/src/data/chart-list-data.js
+++ b/src/data/chart-list-data.js
@@ -414,7 +414,7 @@ export default [
     "id": "calendar-horizontal",
     "tags": [],
     "title": "Calendar Heatmap Horizontal",
-    "titleCN": "横向日力图",
+    "titleCN": "横向日历图",
     "difficulty": 2
   },
   {
@@ -1956,7 +1956,7 @@ export default [
     "id": "candlestick-brush",
     "tags": [],
     "title": "Candlestick Brush",
-    "titleCN": "日力图刷选",
+    "titleCN": "日历图刷选",
     "difficulty": 10
   },
   {
@@ -2646,7 +2646,7 @@ export default [
     "id": "calendar-charts",
     "tags": [],
     "title": "Calendar Charts",
-    "titleCN": "日力图",
+    "titleCN": "日历图",
     "difficulty": 11
   },
   {

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