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

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


The following commit(s) were added to refs/heads/scale by this push:
     new 36d99f5  feat(scatter.scale): add `number` for `scale`
36d99f5 is described below

commit 36d99f5f7c5bf82fd1af1b5a6923641351a480fe
Author: susiwen8 <[email protected]>
AuthorDate: Fri Mar 25 14:34:23 2022 +0800

    feat(scatter.scale): add `number` for `scale`
---
 en/option/series/scatter.md | 4 ++--
 zh/option/series/scatter.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/en/option/series/scatter.md b/en/option/series/scatter.md
index 886536b..a240e0b 100644
--- a/en/option/series/scatter.md
+++ b/en/option/series/scatter.md
@@ -90,11 +90,11 @@ Configurations of emphasis state.
     prefix = "##"
 ) }}
 
-### scale(boolean) = true
+### scale(boolean | number) = true
 
 <ExampleUIControlBoolean default="true" />
 
-Whether to scale to highlight the data in emphasis state.
+Whether to scale to highlight the data in emphasis state. Since version 
`5.3.2`, scale supports `number`, default number is 1.1.
 
 {{ use: partial-focus-blur-scope() }}
 
diff --git a/zh/option/series/scatter.md b/zh/option/series/scatter.md
index 7968a67..6e8c8a6 100644
--- a/zh/option/series/scatter.md
+++ b/zh/option/series/scatter.md
@@ -159,11 +159,11 @@ const option = {
     prefix = "##"
 ) }}
 
-### scale(boolean) = true
+### scale(boolean | number) = true
 
 <ExampleUIControlBoolean default="true" />
 
-是否开启高亮后的放大效果。
+是否开启高亮后的放大效果。从 `5.3.2` 版本开始支持 `number`, 来设置高亮放大倍数, 默认放大 1.1 倍。
 
 {{ use: partial-focus-blur-scope() }}
 

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

Reply via email to