This is an automated email from the ASF dual-hosted git repository.

susiwen8 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 2467a05  修改文档书写错误issue#97
     new 9eb3dd2  Merge pull request #98 from 100217/issue-97
2467a05 is described below

commit 2467a05579331ad7ec392e93568bf0a83a64d6c2
Author: fuyuanjian <[email protected]>
AuthorDate: Thu May 14 09:58:57 2020 +0800

    修改文档书写错误issue#97
---
 en/option/partial/tooltip-common.md | 2 +-
 zh/option/partial/tooltip-common.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/option/partial/tooltip-common.md 
b/en/option/partial/tooltip-common.md
index 238daf8..e4a9dd1 100644
--- a/en/option/partial/tooltip-common.md
+++ b/en/option/partial/tooltip-common.md
@@ -125,7 +125,7 @@ Options:
 
 Configuration item for axisPointer.
 
-`tooltip.axisPointer` is like syntactic sugar of axisPointer settings on axes 
(for example, [xAxis.axisPointer](~xAxis.axisPointer) or 
[angleAxis.axisPointer](~angleAxis.axisPointer)). More detailed features can be 
configured on `someAxis.axisPointer`. But in common cases, using 
`tooltip.axisPinter` is more convenient.
+`tooltip.axisPointer` is like syntactic sugar of axisPointer settings on axes 
(for example, [xAxis.axisPointer](~xAxis.axisPointer) or 
[angleAxis.axisPointer](~angleAxis.axisPointer)). More detailed features can be 
configured on `someAxis.axisPointer`. But in common cases, using 
`tooltip.axisPointer` is more convenient.
 
 > **Notice:** configurations of `tooltip.axisPointer` has lower priority than 
 > that of `someAxis.axisPointer`.
 
diff --git a/zh/option/partial/tooltip-common.md 
b/zh/option/partial/tooltip-common.md
index 0cb03f8..49cb5b1 100644
--- a/zh/option/partial/tooltip-common.md
+++ b/zh/option/partial/tooltip-common.md
@@ -129,7 +129,7 @@
 
 坐标轴指示器配置项。
 
-`tooltip.axisPointer` 是配置坐标轴指示器的快捷方式。实际上坐标轴指示器的全部功能,都可以通过轴上的 axisPointer 
配置项完成(例如 [xAxis.axisPointer](~xAxis.axisPointer) 或 
[angleAxis.axisPointer](~angleAxis.axisPointer))。但是使用 `tooltip.axisPinter` 
在简单场景下会更方便一些。
+`tooltip.axisPointer` 是配置坐标轴指示器的快捷方式。实际上坐标轴指示器的全部功能,都可以通过轴上的 axisPointer 
配置项完成(例如 [xAxis.axisPointer](~xAxis.axisPointer) 或 
[angleAxis.axisPointer](~angleAxis.axisPointer))。但是使用 `tooltip.axisPointer` 
在简单场景下会更方便一些。
 
 > **注意:** `tooltip.axisPointer` 中诸配置项的优先级低于轴上的 axisPointer 的配置项。
 


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

Reply via email to