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 f3f8c4f7 tweak doc for axis tooltip
f3f8c4f7 is described below
commit f3f8c4f7542ad8b7dbb29ea97395e8d4528b1c96
Author: plainheart <[email protected]>
AuthorDate: Wed May 21 18:34:26 2025 +0800
tweak doc for axis tooltip
---
en/option/component/axis-common.md | 2 +-
zh/option/component/axis-common.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/en/option/component/axis-common.md
b/en/option/component/axis-common.md
index 138b9c46..dfa88b1d 100644
--- a/en/option/component/axis-common.md
+++ b/en/option/component/axis-common.md
@@ -1065,7 +1065,7 @@ xAxis: {
{{ use: partial-version(version = '5.6.0') }}
-The tooltip configuration for ${componentType}, must set
[triggerEvent](~${componentType}.triggerEvent) as `true` and enable global
[option.tooltip](~tooltip) component.
+The tooltip configuration for ${componentType}, must enable global
[option.tooltip](~tooltip) component.
##${prefix} show(boolean) = false
diff --git a/zh/option/component/axis-common.md
b/zh/option/component/axis-common.md
index 26b066cc..cbc16448 100644
--- a/zh/option/component/axis-common.md
+++ b/zh/option/component/axis-common.md
@@ -1059,7 +1059,7 @@ xAxis: {
{{ use: partial-version(version = '5.6.0') }}
-坐标轴 tooltip 设置,注意需设置 [triggerEvent](~${componentType}.triggerEvent) 为 `true`
并启用全局 [option.tooltip](~tooltip) 组件。
+坐标轴 tooltip 设置,注意需启用全局 [option.tooltip](~tooltip) 组件。
##${prefix} show(boolean) = false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]