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 7f02e607 fix value type of `toolbox.feature.*.title`
7f02e607 is described below

commit 7f02e607fd4f10767cbd36542d2e406cf2a11f82
Author: plainheart <[email protected]>
AuthorDate: Thu Mar 7 18:21:04 2024 +0800

    fix value type of `toolbox.feature.*.title`
---
 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 a8cc76a9..d46cefe4 100644
--- a/en/option/component/toolbox.md
+++ b/en/option/component/toolbox.md
@@ -64,7 +64,7 @@ Whether to show the tool.
 
 #### title(string) = '${title}'
 
-#### icon(*)
+#### icon(string)
 
 {{ use: partial-icon-image-path() }}
 
diff --git a/zh/option/component/toolbox.md b/zh/option/component/toolbox.md
index 8b06c1c1..c618fc7f 100644
--- a/zh/option/component/toolbox.md
+++ b/zh/option/component/toolbox.md
@@ -62,7 +62,7 @@ ${name} icon 样式设置。由于 icon 的文本信息只在 icon hover 时候
 
 是否显示该工具。
 
-#### title(boolean) = '${title}'
+#### title(string) = '${title}'
 
 #### icon(string)
 


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

Reply via email to