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

ovilia pushed a commit to branch feat-pictorialBar-clip
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git

commit 923437458e5930072ff6db5c5ec9861bf15bffb5
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Thu Oct 12 17:05:29 2023 +0800

    feat(pictorialBar): add doc for clip
    apache/echarts#19197
---
 en/option/partial/clip.md        | 3 ++-
 en/option/series/pictorialBar.md | 5 +++++
 zh/option/partial/clip.md        | 3 ++-
 zh/option/series/pictorialBar.md | 5 +++++
 4 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/en/option/partial/clip.md b/en/option/partial/clip.md
index 0d4f3f14..9de6d4ec 100644
--- a/en/option/partial/clip.md
+++ b/en/option/partial/clip.md
@@ -16,7 +16,8 @@ If clip the overflow on the coordinate system. Clip results 
varies between serie
 + Line:Clip the overflowed line.
 + Lines: Clip all the overflowed.
 + Candlestick: Ignore the elements exceeds the coordinate system.
++ PictorialBar: Clip all the overflowed. (Supported since v5.5.0)
 + Custom: Clip all the olverflowed.
 
-All these series have default value `true` except custom series. Set it to 
`false` if you don't want to clip.
+All these series have default value `true` except pictorialBar and custom 
series. Set it to `false` if you don't want to clip.
 
diff --git a/en/option/series/pictorialBar.md b/en/option/series/pictorialBar.md
index d7a2ee67..785c1c56 100644
--- a/en/option/series/pictorialBar.md
+++ b/en/option/series/pictorialBar.md
@@ -280,6 +280,11 @@ Select state of the specified single data.
     hasType = true
 ) }}
 
+{{ use: partial-clip(
+    prefix = "#",
+    defaultClip = false
+) }}
+
 {{ use: partial-z-zlevel(
     prefix = "#",
     componentName = "Pictorial bar chart "
diff --git a/zh/option/partial/clip.md b/zh/option/partial/clip.md
index 3e4e350d..9fb6a166 100644
--- a/zh/option/partial/clip.md
+++ b/zh/option/partial/clip.md
@@ -16,7 +16,8 @@
 + 折线图:裁掉所有超出坐标系的折线部分,拐点图形的逻辑按照散点图处理
 + 路径图:裁掉所有超出坐标系的部分
 + K 线图:忽略整体都超出坐标系的图形,但是不裁剪单个图形
++ 象形柱图:裁掉所有超出坐标系的部分(从 v5.5.0 开始支持)
 + 自定义系列:裁掉所有超出坐标系的部分
 
-除了自定义系列,其它系列的默认值都为 true,及开启裁剪,如果你觉得不想要裁剪的话,可以设置成 false 关闭。
+除了象形柱图和自定义系列,其它系列的默认值都为 true,及开启裁剪,如果你觉得不想要裁剪的话,可以设置成 false 关闭。
 
diff --git a/zh/option/series/pictorialBar.md b/zh/option/series/pictorialBar.md
index bfd1477d..1c314e20 100644
--- a/zh/option/series/pictorialBar.md
+++ b/zh/option/series/pictorialBar.md
@@ -329,6 +329,11 @@ option = {
     hasType = true
 ) }}
 
+{{ use: partial-clip(
+    prefix = "#",
+    defaultClip = false
+) }}
+
 {{ use: partial-z-zlevel(
     prefix = "#",
     componentName = "象形柱图"


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

Reply via email to