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 2020/06/19 07:38:40 UTC

[incubator-echarts-handbook] branch master updated: docs: add gauger contents

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

wangdd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new bc36c95  docs: add gauger contents
bc36c95 is described below

commit bc36c95e315e6d739ae1fc1b797c541119d4fa8c
Author: Wdingding <wa...@gmail.com>
AuthorDate: Fri Jun 19 15:38:27 2020 +0800

    docs: add gauger contents
---
 contents/zh/best-practice/chart-specificatio/gauger.md | 18 ++++++++++++++++++
 contents/zh/posts.js                                   |  3 +++
 2 files changed, 21 insertions(+)

diff --git a/contents/zh/best-practice/chart-specificatio/gauger.md b/contents/zh/best-practice/chart-specificatio/gauger.md
new file mode 100644
index 0000000..f5d1113
--- /dev/null
+++ b/contents/zh/best-practice/chart-specificatio/gauger.md
@@ -0,0 +1,18 @@
+# 仪表盘
+
+仪表盘也被称为拨号图表或速度表图。其显示类似于拨号/速度计上的读数的数据,是一种拟物化的展示形式。仪表盘的颜色可以用来划分指示值的类别,使用刻度标示数据,指针指示维度,指针角度表示数值。
+仪表盘适合在量化的情况下显示单一的进度或衡量标准,不适合用于比较不同变量或者趋势的分析。
+
+<iframe max-width="830" width="100%" height="400" 
+src="https://gallery.echartsjs.com/view-lite.html?cid=xH1vxib94f">
+</iframe>
+
+## 仪表盘的使用建议
+
+1、仪表盘非常适合在量化的情况下显示单一的价值和衡量标准,不适合用于比较不同变量或者趋势的分析。
+
+2、仪表盘上可以同时展示不同纬度的数据,但是为了避免指针的重叠影响数据的查看,并且基于常识,仪表盘的指针数量建议最多不要超过 3 根。如果确实有多个数据需要展示,建议可使用多个仪表盘。
+
+<iframe max-width="830" width="100%" height="400" 
+src="https://gallery.echartsjs.com/view-lite.html?cid=gauge-car">
+</iframe>
diff --git a/contents/zh/posts.js b/contents/zh/posts.js
index c8899e7..0522c45 100644
--- a/contents/zh/posts.js
+++ b/contents/zh/posts.js
@@ -230,6 +230,9 @@ export default [{
         }, {
             title: '漏斗图',
             dir: 'funnel',
+        },{
+            title: '仪表盘',
+            dir: 'gauger',
         },]
     }]
 }];


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