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

[echarts-doc] branch master updated: fix the broken live example of pie series. (30c3784b4e9268284ff1aaca0ba945e2b981a72e)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7263507  fix the broken live example of pie series. (30c3784b4e9268284ff1aaca0ba945e2b981a72e)
7263507 is described below

commit 7263507b475e6956ed9d53d29738bc0f155cfd8a
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Fri Nov 26 12:46:57 2021 +0800

    fix the broken live example of pie series. (30c3784b4e9268284ff1aaca0ba945e2b981a72e)
---
 zh/option/series/pie.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/zh/option/series/pie.md b/zh/option/series/pie.md
index 75fefd0..6804759 100644
--- a/zh/option/series/pie.md
+++ b/zh/option/series/pie.md
@@ -34,12 +34,10 @@ const option = {
         }
     ]
 };
+</ExampleBaseOption>
 
 从 ECharts v4.6.0 版本起,我们提供了 `'labelLine'` 与 `'edge'` 两种新的布局方式。详情参见 [label.alignTo](~series-pie.label.alignTo)。
 
-
-</ExampleBaseOption>
-
 ## type(string) = 'pie'
 
 {{ use: partial-component-id(

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