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/echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 32fb100  add version tips for `showEmptyCircle`, `emptyCircleStyle`, 
emphasis.disabled, select.disabled, selectedMode: 'series'.
32fb100 is described below

commit 32fb10091c2714c8389ed6aae568c513003a5c30
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Thu Jan 27 13:24:21 2022 +0800

    add version tips for `showEmptyCircle`, `emptyCircleStyle`, 
emphasis.disabled, select.disabled, selectedMode: 'series'.
---
 en/option/partial/emphasis-common.md | 4 ++++
 en/option/partial/select-common.md   | 4 ++++
 en/option/partial/selected-mode.md   | 3 ++-
 en/option/series/pie.md              | 8 ++++++++
 zh/option/partial/emphasis-common.md | 4 ++++
 zh/option/partial/select-common.md   | 4 ++++
 zh/option/partial/selected-mode.md   | 2 ++
 zh/option/series/pie.md              | 8 ++++++++
 8 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/en/option/partial/emphasis-common.md 
b/en/option/partial/emphasis-common.md
index 39d689a..d573873 100644
--- a/en/option/partial/emphasis-common.md
+++ b/en/option/partial/emphasis-common.md
@@ -5,6 +5,10 @@
 
 <ExampleUIControlBoolean default="false" />
 
+{{ use: partial-version(
+    version = "5.3.0"
+) }}
+
 Whether to disable the emphasis state.
 
 When emphasis state is disabled. There will be no highlight effect when the 
mouse hovered the element, tooltip is triggered, or the legend is hovered. It 
can be used to improve interaction fluency when there are massive graphic 
elements.
diff --git a/en/option/partial/select-common.md 
b/en/option/partial/select-common.md
index 93106e0..f911bc0 100644
--- a/en/option/partial/select-common.md
+++ b/en/option/partial/select-common.md
@@ -5,5 +5,9 @@
 
 <ExampleUIControlBoolean default="false" />
 
+{{ use: partial-version(
+    version = "5.3.0"
+) }}
+
 If data can be selected. Available when `selectedMode` is used. Can be used to 
disable selection for part of the data.
 
diff --git a/en/option/partial/selected-mode.md 
b/en/option/partial/selected-mode.md
index 78e32c8..1c1317a 100644
--- a/en/option/partial/selected-mode.md
+++ b/en/option/partial/selected-mode.md
@@ -11,7 +11,8 @@
 
 <ExampleUIControlEnum options="false,true,single,multiple,series" />
 
-Selected mode.  It is enabled by default, and you may set it to be `false` to 
disabled it.
+Selected mode. It is enabled by default, and you may set it to be `false` to 
disable it.
 
 Besides, it can be set to `'single'`, `'multiple'` or `'series'`, for single 
selection, multiple selections and whole series selection.
 
+> `'series'` is supported since v5.3.0
diff --git a/en/option/series/pie.md b/en/option/series/pie.md
index f40619b..ec32f46 100644
--- a/en/option/series/pie.md
+++ b/en/option/series/pie.md
@@ -98,10 +98,18 @@ Whether to show sector when all data are zero.
 
 <ExampleUIControlBoolean default="true" />
 
+{{ use: partial-version(
+    version = "5.2.0"
+) }}
+
 If display an placeholder circle when there is no data.
 
 ## emptyCircleStyle(Object)
 
+{{ use: partial-version(
+    version = "5.2.0"
+) }}
+
 Style of circle placeholder.
 
 <ExampleUIControlBoolean default="true" />
diff --git a/zh/option/partial/emphasis-common.md 
b/zh/option/partial/emphasis-common.md
index 5e63372..d225cf2 100644
--- a/zh/option/partial/emphasis-common.md
+++ b/zh/option/partial/emphasis-common.md
@@ -5,6 +5,10 @@
 
 <ExampleUIControlBoolean default="false" />
 
+{{ use: partial-version(
+    version = "5.3.0"
+) }}
+
 是否关闭高亮状态。
 
 关闭高亮状态可以在鼠标移到图形上,tooltip 触发,或者图例联动的时候不再触发高亮效果。在图形非常多的时候可以关闭以提升交互流畅性。
diff --git a/zh/option/partial/select-common.md 
b/zh/option/partial/select-common.md
index eede20b..779fb8c 100644
--- a/zh/option/partial/select-common.md
+++ b/zh/option/partial/select-common.md
@@ -5,5 +5,9 @@
 
 <ExampleUIControlBoolean default="false" />
 
+{{ use: partial-version(
+    version = "5.3.0"
+) }}
+
 是否可以被选中。在开启`selectedMode`的时候有效,可以用于关闭部分数据。
 
diff --git a/zh/option/partial/selected-mode.md 
b/zh/option/partial/selected-mode.md
index a322364..24bf40a 100644
--- a/zh/option/partial/selected-mode.md
+++ b/zh/option/partial/selected-mode.md
@@ -13,3 +13,5 @@
 
 选中模式的配置,表示是否支持多个选中,默认关闭,支持布尔值和字符串,字符串取值可选`'single'`,`'multiple'`,`'series'` 
分别表示单选,多选以及选择整个系列。
 
+> 从 v5.3.0 开始支持 `'series'`。
+
diff --git a/zh/option/series/pie.md b/zh/option/series/pie.md
index 6ca8b9f..4388e40 100644
--- a/zh/option/series/pie.md
+++ b/zh/option/series/pie.md
@@ -121,10 +121,18 @@ const option = {
 
 <ExampleUIControlBoolean default="true" />
 
+{{ use: partial-version(
+    version = "5.2.0"
+) }}
+
 是否在无数据的时候显示一个占位圆。
 
 ## emptyCircleStyle(Object)
 
+{{ use: partial-version(
+    version = "5.2.0"
+) }}
+
 占位圆样式。
 
 <ExampleUIControlBoolean default="true" />

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

Reply via email to