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 e92688f4 Revert "tweak doc for axis tooltip" e92688f4 is described below commit e92688f4e37fe500be43e31fdfb379918d25f5d2 Author: plainheart <y...@all-my-life.cn> AuthorDate: Sun May 25 03:19:32 2025 +0800 Revert "tweak doc for axis tooltip" This reverts commit f3f8c4f7542ad8b7dbb29ea97395e8d4528b1c96. --- 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 dfa88b1d..138b9c46 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 enable global [option.tooltip](~tooltip) component. +The tooltip configuration for ${componentType}, must set [triggerEvent](~${componentType}.triggerEvent) as `true` and 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 cbc16448..26b066cc 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 设置,注意需启用全局 [option.tooltip](~tooltip) 组件。 +坐标轴 tooltip 设置,注意需设置 [triggerEvent](~${componentType}.triggerEvent) 为 `true` 并启用全局 [option.tooltip](~tooltip) 组件。 ##${prefix} show(boolean) = false --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org