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 c77766ab fix(tooltip): fix default value for `tooltip.enterable`
option and tweak the description. closes #508
c77766ab is described below
commit c77766ab70d167f71ff7b8837e432fe406ffa5ea
Author: plainheart <[email protected]>
AuthorDate: Wed May 13 23:02:00 2026 +0800
fix(tooltip): fix default value for `tooltip.enterable` option and tweak
the description. closes #508
---
en/option/component/tooltip.md | 4 ++--
zh/option/component/tooltip.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/en/option/component/tooltip.md b/en/option/component/tooltip.md
index 3dc500d4..bd859ef0 100644
--- a/en/option/component/tooltip.md
+++ b/en/option/component/tooltip.md
@@ -171,11 +171,11 @@ Delay time for showing tooltip, in ms. No delay by
default, and it is not recomm
Delay time for hiding tooltip, in ms. It will be invalid when
[alwaysShowContent](~tooltip.alwaysShowContent) is `true`.
-## enterable(boolean) = true
+## enterable(boolean) = false
<ExampleUIControlBoolean default="false" />
-Whether mouse is allowed to enter the floating layer of tooltip, whose default
value is false. If you need to interact in the tooltip like with links or
buttons, it can be set as `true`.
+Whether the mouse can enter the tooltip floating layer. Defaults to `false`.
Set to `true` to support interactions with links, buttons and other elements
inside the tooltip.
## renderMode(string) = 'html'
diff --git a/zh/option/component/tooltip.md b/zh/option/component/tooltip.md
index c767e259..dddad32a 100644
--- a/zh/option/component/tooltip.md
+++ b/zh/option/component/tooltip.md
@@ -175,7 +175,7 @@ const option = {
<ExampleUIControlBoolean default="false" />
-鼠标是否可进入提示框浮层中,默认为false,如需详情内交互,如添加链接,按钮,可设置为 `true`。
+鼠标是否可进入提示框浮层中。默认为 `false`。如需在提示框内进行交互,如添加链接或按钮等,可设置为 `true`。
## renderMode(string) = 'html'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]