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

Justin-ZS pushed a commit to branch codex/docs-option-missing-properties
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git

commit 3b02adcc3327d1b925f0d9050be3c53b439c6d3c
Author: Justin-ZS <[email protected]>
AuthorDate: Mon Jun 8 16:57:23 2026 +0800

    docs(option): document missing option properties
---
 en/option/component/data-zoom-slider.md | 8 +++++---
 en/option/component/toolbox.md          | 7 ++++++-
 en/option/series/tree.md                | 4 ++++
 zh/option/component/data-zoom-slider.md | 8 +++++---
 zh/option/component/toolbox.md          | 7 ++++++-
 zh/option/series/tree.md                | 4 ++++
 6 files changed, 30 insertions(+), 8 deletions(-)

diff --git a/en/option/component/data-zoom-slider.md 
b/en/option/component/data-zoom-slider.md
index b2d679fb..85d417aa 100644
--- a/en/option/component/data-zoom-slider.md
+++ b/en/option/component/data-zoom-slider.md
@@ -225,10 +225,13 @@ Whether to update view while dragging. If it is set as 
`false`, the view will be
 
 ## textStyle(*)
 
-{{ use: partial-simple-text-style(
+{{ use: partial-text-style(
     prefix = '##',
     name = 'dataZoom ',
-    defaultColor = '#333'
+    defaultColor = '#333',
+    noAlign = true,
+    noVerticalAlign = true,
+    noRich = true
 ) }}
 
 {{ use: partial-data-zoom-common(
@@ -321,4 +324,3 @@ Whether to show the label.
 {{ use: partial-item-style(
     prefix = "###"
 ) }}
-
diff --git a/en/option/component/toolbox.md b/en/option/component/toolbox.md
index 85bdaadc..9c5d6718 100644
--- a/en/option/component/toolbox.md
+++ b/en/option/component/toolbox.md
@@ -100,6 +100,12 @@ A group of utility tools, which includes 
[export](~toolbox.feature.saveAsImage),
 
 Whether to show toolbox component.
 
+## backgroundColor(Color) = 'transparent'
+
+<ExampleUIControlColor default="transparent" />
+
+Background color of toolbox component.
+
 ## orient(string) = 'horizontal'
 
 <ExampleUIControlEnum options="vertical,horizontal" />
@@ -559,4 +565,3 @@ option = {
     ...
 }
 ```
-
diff --git a/en/option/series/tree.md b/en/option/series/tree.md
index d5e5de6c..08349e1c 100644
--- a/en/option/series/tree.md
+++ b/en/option/series/tree.md
@@ -331,6 +331,10 @@ The name of the tree node, used to identify each node.
 
 The value of the node, displayed in the tooltip.
 
+### children(Array)
+
+The children nodes defined recursively. The structure is the same as 
[series-tree.data](~series-tree.data).
+
 ### collapsed(boolean)
 
 Whether to collapse node at initialization.
diff --git a/zh/option/component/data-zoom-slider.md 
b/zh/option/component/data-zoom-slider.md
index fd2c5eca..15cd2efa 100644
--- a/zh/option/component/data-zoom-slider.md
+++ b/zh/option/component/data-zoom-slider.md
@@ -255,10 +255,13 @@ labelFormatter: function (value) {
 
 ## textStyle(Object)
 
-{{ use: partial-simple-text-style(
+{{ use: partial-text-style(
     prefix = '##',
     name = 'dataZoom ',
-    defaultColor = '#333'
+    defaultColor = '#333',
+    noAlign = true,
+    noVerticalAlign = true,
+    noRich = true
 ) }}
 
 {{ use: partial-data-zoom-common(
@@ -353,4 +356,3 @@ dataZoom-slider 组件的高度。水平布局默认 30,竖直布局默认自
 {{ use: partial-item-style(
     prefix = "###"
 ) }}
-
diff --git a/zh/option/component/toolbox.md b/zh/option/component/toolbox.md
index 054c8bde..8d72794f 100644
--- a/zh/option/component/toolbox.md
+++ b/zh/option/component/toolbox.md
@@ -174,6 +174,12 @@ option = {
 
 是否显示工具栏组件。
 
+## backgroundColor(Color) = 'transparent'
+
+<ExampleUIControlColor default="transparent" />
+
+工具栏组件的背景色。
+
 ## orient(string) = 'horizontal'
 
 <ExampleUIControlEnum options="vertical,horizontal" />
@@ -631,4 +637,3 @@ option = {
     ...
 }
 ```
-
diff --git a/zh/option/series/tree.md b/zh/option/series/tree.md
index 9edd1455..b559dd5d 100644
--- a/zh/option/series/tree.md
+++ b/zh/option/series/tree.md
@@ -373,6 +373,10 @@ const option = {
 
 节点的值,在 tooltip 中显示。
 
+### children(Array)
+
+递归定义的子节点,结构同 [series-tree.data](~series-tree.data)。
+
 ### collapsed(boolean)
 
 节点初始化是否折叠。


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to