You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2021/09/26 07:55:04 UTC

[echarts-doc] branch fix-pie-align created (now 490c514)

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

ovilia pushed a change to branch fix-pie-align
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git.


      at 490c514  fix(pie): remove align and verticalAlign in pie label apache/echarts#15771

This branch includes the following new commits:

     new 490c514  fix(pie): remove align and verticalAlign in pie label apache/echarts#15771

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[echarts-doc] 01/01: fix(pie): remove align and verticalAlign in pie label apache/echarts#15771

Posted by ov...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch fix-pie-align
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git

commit 490c51476cb9147976002e99e88ddaf86e7d6ff6
Author: Ovilia <zw...@gmail.com>
AuthorDate: Sun Sep 26 15:54:39 2021 +0800

    fix(pie): remove align and verticalAlign in pie label apache/echarts#15771
---
 en/option/series/pie.md | 4 +++-
 zh/option/series/pie.md | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/en/option/series/pie.md b/en/option/series/pie.md
index c327b13..81dfc19 100644
--- a/en/option/series/pie.md
+++ b/en/option/series/pie.md
@@ -443,7 +443,9 @@ Label rotation.
 + If `number`, means degree that labels are rotated. From -90 degree to 90 degree. The negative value represents clockwise.
 
 {{ use: partial-text-style(
-    prefix = ${prefix}
+    prefix = ${prefix},
+    noAlign = true,
+    noVerticalAlign = true
 ) }}
 
 
diff --git a/zh/option/series/pie.md b/zh/option/series/pie.md
index a56e5b5..8afa2fa 100644
--- a/zh/option/series/pie.md
+++ b/zh/option/series/pie.md
@@ -468,7 +468,9 @@ const option = {
 + 如果为 `number` ,旋转指定角度,从 -90 度到 90 度。正值是逆时针。
 
 {{ use: partial-text-style(
-    prefix = ${prefix}
+    prefix = ${prefix},
+    noAlign = true,
+    noVerticalAlign = true
 ) }}
 
 

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