This is an automated email from the ASF dual-hosted git repository.
plainheart 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 7fe8932a fix doc ui control default value
7fe8932a is described below
commit 7fe8932a63a348122c428d29047e5c4b48117f84
Author: plainheart <[email protected]>
AuthorDate: Thu Jun 11 18:12:11 2026 +0800
fix doc ui control default value
---
en/option/component/toolbox.md | 2 +-
zh/option/component/toolbox.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/en/option/component/toolbox.md b/en/option/component/toolbox.md
index 66069cd0..a676ce3e 100644
--- a/en/option/component/toolbox.md
+++ b/en/option/component/toolbox.md
@@ -136,7 +136,7 @@ The border width in pixel (`px`) of the toolbox component.
## orient(string) = 'horizontal'
-<ExampleUIControlEnum options="vertical,horizontal" />
+<ExampleUIControlEnum options="vertical,horizontal" default="horizontal" />
The layout orientation of toolbox's icon.
diff --git a/zh/option/component/toolbox.md b/zh/option/component/toolbox.md
index f8dcfe0e..458eeaa3 100644
--- a/zh/option/component/toolbox.md
+++ b/zh/option/component/toolbox.md
@@ -210,7 +210,7 @@ option = {
## orient(string) = 'horizontal'
-<ExampleUIControlEnum options="vertical,horizontal" />
+<ExampleUIControlEnum options="vertical,horizontal" default="horizontal" />
工具栏 icon 的布局朝向。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]