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

shenyi 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 41907f9  fix(axisPointer): typo of `margin` type
     new 74588b3  Merge pull request #209 from newVincentFong/fix
41907f9 is described below

commit 41907f94a2aa26db8b486669ad1a3c70f3b82028
Author: vincentfong <[email protected]>
AuthorDate: Sun Dec 19 16:21:11 2021 +0800

    fix(axisPointer): typo of `margin` type
---
 en/option/partial/axisPointer-common.md | 2 +-
 zh/option/partial/axisPointer-common.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/option/partial/axisPointer-common.md 
b/en/option/partial/axisPointer-common.md
index d6825b4..8817434 100644
--- a/en/option/partial/axisPointer-common.md
+++ b/en/option/partial/axisPointer-common.md
@@ -229,7 +229,7 @@ formatter: function (params) {
 }
 ```
 
-##${prefix} margin(boolean) = 3
+##${prefix} margin(number) = 3
 
 Distance between label and axis.
 
diff --git a/zh/option/partial/axisPointer-common.md 
b/zh/option/partial/axisPointer-common.md
index 6cd95ba..8d8e68b 100644
--- a/zh/option/partial/axisPointer-common.md
+++ b/zh/option/partial/axisPointer-common.md
@@ -226,7 +226,7 @@ formatter: function (params) {
 }
 ```
 
-##${prefix} margin(boolean) = 3
+##${prefix} margin(number) = 3
 
 label 距离轴的距离。
 

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

Reply via email to