You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/08/28 04:43:44 UTC

[incubator-echarts-doc] 02/02: add brushStyle in toolbox.feature.dataZoom

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

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

commit 24f333e3595597bd6c4b7889df95e86adece3f80
Author: pissang <bm...@gmail.com>
AuthorDate: Fri Aug 28 12:43:25 2020 +0800

    add brushStyle in toolbox.feature.dataZoom
---
 en/option/component/toolbox.md | 7 +++++++
 zh/option/component/toolbox.md | 9 +++++++++
 2 files changed, 16 insertions(+)

diff --git a/en/option/component/toolbox.md b/en/option/component/toolbox.md
index d70c23e..ee979e3 100644
--- a/en/option/component/toolbox.md
+++ b/en/option/component/toolbox.md
@@ -215,11 +215,18 @@ Zooming and restore icon path.
 {{ use: partial-icon-image-path }}
 ##### back(string)
 {{ use: partial-icon-image-path }}
+
 #### title(Object)
 Restored and zoomed title text.
 ##### zoom(string) = 'area zooming'
 ##### back(string) = 'restore area zooming'
 
+#### brushStyle(Object)
+Style of brush rectangle.
+{{ use: partial-item-style(
+    prefix="####"
+) }}
+
 
 ### magicType(Object)
 Magic type switching.
diff --git a/zh/option/component/toolbox.md b/zh/option/component/toolbox.md
index 80abbb9..76fa479 100644
--- a/zh/option/component/toolbox.md
+++ b/zh/option/component/toolbox.md
@@ -354,19 +354,28 @@ optionToContent: function(opt) {
 
 #### xAxisIndex(number|Array|boolean)
 指定哪些 [xAxis](~xAxis) 被控制。如果缺省则控制所有的x轴。如果设置为 `false` 则不控制任何x轴。如果设置成 `3` 则控制 axisIndex 为 `3` 的x轴。如果设置为 `[0, 3]` 则控制 axisIndex 为 `0` 和 `3` 的x轴。
+
 #### yAxisIndex(number|Array|boolean)
 指定哪些 [yAxis](~yAxis) 被控制。如果缺省则控制所有的y轴。如果设置为 `false` 则不控制任何y轴。如果设置成 `3` 则控制 axisIndex 为 `3` 的y轴。如果设置为 `[0, 3]` 则控制 axisIndex 为 `0` 和 `3` 的y轴。
+
 #### icon(Object)
 缩放和还原的 icon path。
 ##### zoom(string)
 {{ use: partial-icon-image-path }}
 ##### back(string)
 {{ use: partial-icon-image-path }}
+
 #### title(Object)
 缩放和还原的标题文本。
 ##### zoom(string) = '区域缩放'
 ##### back(string) = '区域缩放还原'
 
+#### brushStyle(Object)
+刷选框样式
+{{ use: partial-item-style(
+    prefix="####"
+) }}
+
 
 ### magicType(Object)
 动态类型切换


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