You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2022/09/26 02:15:09 UTC

[echarts-handbook] branch master updated: fix a typo `useCoarserPointer` -> `useCoarsePointer`

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-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new ed2ee3e  fix a typo `useCoarserPointer` -> `useCoarsePointer`
ed2ee3e is described below

commit ed2ee3eea89774ead74ed8414746192b174efad0
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Mon Sep 26 10:14:37 2022 +0800

    fix a typo `useCoarserPointer` -> `useCoarsePointer`
---
 contents/en/how-to/interaction/coarse-pointer.md | 2 +-
 contents/zh/how-to/interaction/coarse-pointer.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contents/en/how-to/interaction/coarse-pointer.md b/contents/en/how-to/interaction/coarse-pointer.md
index ff421d6..4f82f1c 100644
--- a/contents/en/how-to/interaction/coarse-pointer.md
+++ b/contents/en/how-to/interaction/coarse-pointer.md
@@ -4,7 +4,7 @@ Some interactive elements may be relatively small in charts, so sometimes it is
 
 Starting from this version, by default, ECharts enables pointer snapping for mobile charts and disables it for non-mobile charts.
 
-> If it needs to be enabled for all platforms, it can be achieved by setting `opt.useCoarserPointer` to `true` in [init](${mainSitePath}api.html#echarts.init); set to `false` is turned off for all platforms.
+> If it needs to be enabled for all platforms, it can be achieved by setting `opt.useCoarsePointer` to `true` in [init](${mainSitePath}api.html#echarts.init); set to `false` is turned off for all platforms.
 
 ## Snapping Algorithm
 
diff --git a/contents/zh/how-to/interaction/coarse-pointer.md b/contents/zh/how-to/interaction/coarse-pointer.md
index b06993a..0a7fe30 100644
--- a/contents/zh/how-to/interaction/coarse-pointer.md
+++ b/contents/zh/how-to/interaction/coarse-pointer.md
@@ -4,7 +4,7 @@
 
 从该版本起,在默认情况下,ECharts 对移动端的图表开启指针吸附,对非移动端的图表关闭。
 
-> 如果需要对所有平台都开启,则可以通过在 [init](${mainSitePath}api.html#echarts.init) 的时候将 `opt.useCoarserPointer` 设置为 `true` 来实现;设为 `false` 则对所有平台都关闭。
+> 如果需要对所有平台都开启,则可以通过在 [init](${mainSitePath}api.html#echarts.init) 的时候将 `opt.useCoarsePointer` 设置为 `true` 来实现;设为 `false` 则对所有平台都关闭。
 
 ## 吸附原理
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org