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 2020/04/21 05:08:46 UTC

[incubator-echarts-doc] 02/02: add type for gauge.detail.formatter

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

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

commit 33c13081c5cb4c2aa586dfbffa99429f6c1ed02a
Author: susiwen8 <su...@gmail.com>
AuthorDate: Mon Apr 20 20:33:42 2020 +0800

    add type for gauge.detail.formatter
---
 zh/option/series/gauge.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh/option/series/gauge.md b/zh/option/series/gauge.md
index c538000..009a916 100644
--- a/zh/option/series/gauge.md
+++ b/zh/option/series/gauge.md
@@ -171,7 +171,7 @@ formatter: function (value) {
 详情边框颜色。
 ### offsetCenter(Array) = [0, '40%']
 相对于仪表盘中心的偏移位置,数组第一项是水平方向的偏移,第二项是垂直方向的偏移。可以是绝对的数值,也可以是相对于仪表盘半径的百分比。
-### formatter(Function)
+### formatter(Function|string)
 格式化函数或者字符串
 
 ```js


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