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/28 00:57:07 UTC

[incubator-echarts-doc] branch master updated: fix: added missing param `extra` for 2d-data-label-formatter.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 26dbcb9  fix: added missing param `extra` for 2d-data-label-formatter.
26dbcb9 is described below

commit 26dbcb907a5a15e88f23200c2447ef310f6f9c45
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Sun Jun 28 08:53:53 2020 +0800

    fix: added missing param `extra` for 2d-data-label-formatter.
---
 zh/option/partial/2d-data.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh/option/partial/2d-data.md b/zh/option/partial/2d-data.md
index 7cd5d9a..b706b71 100644
--- a/zh/option/partial/2d-data.md
+++ b/zh/option/partial/2d-data.md
@@ -22,7 +22,7 @@ formatter: '{b}: {@score}'
 (params: Object|Array) => string
 ```
 参数 `params` 是 formatter 需要的单个数据集。格式如下:
-{{ use: partial-formatter-params-structure() }}。
+{{ use: partial-formatter-params-structure(extra = ${extra}) }}。
 
 
 {{ target: partial-seriesLayoutBy }}


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