Merge pull request #181 from susiwen8/clip

Feat(effectScatter): doc for effectScatter.clip
diff --git a/en/option/partial/clip.md b/en/option/partial/clip.md
index 29b81a4..0d4f3f1 100644
--- a/en/option/partial/clip.md
+++ b/en/option/partial/clip.md
@@ -11,7 +11,7 @@
 
 If clip the overflow on the coordinate system. Clip results varies between series:
 
-+ Scatter:Ignore the symbols exceeds the coordinate system. Not clip the elements.
++ Scatter/EffectScatter:Ignore the symbols exceeds the coordinate system. Not clip the elements.
 + Bar:Clip all the overflowed. With bar width kept.
 + Line:Clip the overflowed line.
 + Lines: Clip all the overflowed.
diff --git a/en/option/series/effectScatter.md b/en/option/series/effectScatter.md
index e82e285..4446a04 100644
--- a/en/option/series/effectScatter.md
+++ b/en/option/series/effectScatter.md
@@ -252,6 +252,11 @@
     hasType = true
 ) }}
 
+{{ use: partial-clip(
+    prefix = "#"
+    version = "5.1.0"
+) }}
+
 {{ use: partial-z-zlevel(
     prefix = "#"
 ) }}
diff --git a/zh/option/partial/clip.md b/zh/option/partial/clip.md
index 9181f93..3e4e350 100644
--- a/zh/option/partial/clip.md
+++ b/zh/option/partial/clip.md
@@ -11,7 +11,7 @@
 
 是否裁剪超出坐标系部分的图形,具体裁剪效果根据系列决定:
 
-+ 散点图:忽略中心点超出坐标系的图形,但是不裁剪单个图形
++ 散点图/带有涟漪特效动画的散点(气泡)图:忽略中心点超出坐标系的图形,但是不裁剪单个图形
 + 柱状图:裁掉完全超出的柱子,但是不会裁剪只超出部分的柱子
 + 折线图:裁掉所有超出坐标系的折线部分,拐点图形的逻辑按照散点图处理
 + 路径图:裁掉所有超出坐标系的部分
diff --git a/zh/option/series/effectScatter.md b/zh/option/series/effectScatter.md
index f8e9215..8cfb3de 100644
--- a/zh/option/series/effectScatter.md
+++ b/zh/option/series/effectScatter.md
@@ -269,6 +269,11 @@
     hasType = true
 ) }}
 
+{{ use: partial-clip(
+    prefix = "#"
+    version = "5.1.0"
+) }}
+
 {{ use: partial-z-zlevel(
     prefix = "#"
 ) }}