You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2019/07/17 02:26:23 UTC

[incubator-echarts-doc] branch gh-pages updated: fix: gauge data doc was missing apache/incubator-echarts#10849

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

ovilia pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new b8a1d5a  fix: gauge data doc was missing apache/incubator-echarts#10849
     new 9cf02f6  Merge branch 'gh-pages' of github.com:apache/incubator-echarts-doc into gh-pages
b8a1d5a is described below

commit b8a1d5a53c3156f6216c0b1c69a42c5b03fde6d8
Author: Ovilia <zw...@gmail.com>
AuthorDate: Mon Jul 15 15:53:15 2019 +0800

    fix: gauge data doc was missing apache/incubator-echarts#10849
---
 cn/option/series/gauge.md | 7 +++++++
 en/option/series/gauge.md | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/cn/option/series/gauge.md b/cn/option/series/gauge.md
index 9b21526..c538000 100644
--- a/cn/option/series/gauge.md
+++ b/cn/option/series/gauge.md
@@ -30,6 +30,13 @@
 ## clockwise(boolean) = true
 仪表盘刻度是否是顺时针增长。
 
+## data(Array)
+{{ use: partial-1d-data-desc }}
+### name(string)
+数据项名称。
+### value(number)
+数据值。
+
 ## min(number) = 0
 最小的数据值,映射到 [minAngle](~series-gauge.minAngle)。
 
diff --git a/en/option/series/gauge.md b/en/option/series/gauge.md
index 1c1d82a..a7b9cff 100644
--- a/en/option/series/gauge.md
+++ b/en/option/series/gauge.md
@@ -30,6 +30,13 @@ The end angle of gauge chart.
 ## clockwise(boolean) = true
 Whether the scale in gauge chart increases clockwise.
 
+## data(Array)
+{{ use: partial-1d-data-desc }}
+### name(string)
+Data name.
+### value(number)
+Data value.
+
 ## min(number) = 0
 The minimum data value which map to [minAngle](~series-gauge.minAngle).
 


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