You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by de...@apache.org on 2020/01/15 09:46:03 UTC

[incubator-echarts-doc] branch master updated: add emphasis doc for legend selector

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

deqingli 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 4852a7b  add emphasis doc for legend selector
4852a7b is described below

commit 4852a7bcd8e738d20dc91a4c54c219e9166569df
Author: deqingli <an...@gmail.com>
AuthorDate: Wed Jan 15 17:44:46 2020 +0800

    add emphasis doc for legend selector
---
 en/option/component/legend.md | 14 ++++++++++++++
 zh/option/component/legend.md | 14 ++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/en/option/component/legend.md b/en/option/component/legend.md
index 9a82cd0..d291ce0 100644
--- a/en/option/component/legend.md
+++ b/en/option/component/legend.md
@@ -317,6 +317,20 @@ Whether to use animation when page scrolll.
 
 Duration of the page scroll animation.
 
+
+## emphasis(Object)
+
+### selectorLabel(Object)
+
+{{use:partial-label(
+    prefix='###',
+    defaultShowLabel=true,
+    noPosition=true,
+    formatter=false,
+    formatter1d=false
+)}}
+
+
 ## selector(boolean|Array) = false
 
 The selector button in the legend component. Currently includes both a full selection and an inverse selection. The selector button doesn't display by default, the user can manually configure it.
diff --git a/zh/option/component/legend.md b/zh/option/component/legend.md
index 5e7fa78..d315895 100644
--- a/zh/option/component/legend.md
+++ b/zh/option/component/legend.md
@@ -319,6 +319,20 @@ data: [{
 
 图例翻页时的动画时长。
 
+
+## emphasis(Object)
+
+### selectorLabel(Object)
+
+{{use:partial-label(
+    prefix='###',
+    defaultShowLabel=true,
+    noPosition=true,
+    formatter=false,
+    formatter1d=false
+)}}
+
+
 ## selector(boolean|Array) = false
 
 图例组件中的选择器按钮,目前包括全选和反选两种功能。默认不显示,用户可手动开启,也可以手动配置每个按钮的标题。


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