You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/10/26 03:19:48 UTC

[echarts-examples] branch gh-pages updated: fix unit in the title of heatmap-large example (0937f90)

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 e40615e  fix unit in the title of heatmap-large example (0937f90)
e40615e is described below

commit e40615eabdda776a54a29982ce5cfafc25055e26
Author: Zhongxiang.Wang <yh...@all-my-life.cn>
AuthorDate: Tue Oct 26 11:19:42 2021 +0800

    fix unit in the title of heatmap-large example (0937f90)
---
 src/data/chart-list-data.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/data/chart-list-data.js b/src/data/chart-list-data.js
index 0bcbda6..a3d1a77 100644
--- a/src/data/chart-list-data.js
+++ b/src/data/chart-list-data.js
@@ -554,7 +554,7 @@ export default [
     "id": "heatmap-large",
     "ts": false,
     "tags": [],
-    "title": "Heatmap - 2w data",
+    "title": "Heatmap - 20K data",
     "titleCN": "热力图 - 2w 数据",
     "difficulty": 2
   },
@@ -2944,4 +2944,4 @@ export default [
     "titleCN": "对数回归(使用统计插件)",
     "difficulty": 16
   }
-]
\ No newline at end of file
+]

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