You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/10/09 03:03:42 UTC

[incubator-echarts-doc] branch next updated: clip: more clear description

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

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


The following commit(s) were added to refs/heads/next by this push:
     new b9373ef  clip: more clear description
b9373ef is described below

commit b9373efa3871bd7faf73fe99ba6f885010f00af6
Author: pissang <bm...@gmail.com>
AuthorDate: Fri Oct 9 11:03:28 2020 +0800

    clip: more clear description
---
 zh/option/partial/clip.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh/option/partial/clip.md b/zh/option/partial/clip.md
index 0827ed1..9181f93 100644
--- a/zh/option/partial/clip.md
+++ b/zh/option/partial/clip.md
@@ -12,7 +12,7 @@
 是否裁剪超出坐标系部分的图形,具体裁剪效果根据系列决定:
 
 + 散点图:忽略中心点超出坐标系的图形,但是不裁剪单个图形
-+ 柱状图:裁掉所有超出坐标系的部分,但是依然保留柱子的宽度
++ 柱状图:裁掉完全超出的柱子,但是不会裁剪只超出部分的柱子
 + 折线图:裁掉所有超出坐标系的折线部分,拐点图形的逻辑按照散点图处理
 + 路径图:裁掉所有超出坐标系的部分
 + K 线图:忽略整体都超出坐标系的图形,但是不裁剪单个图形


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