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 2022/11/03 05:51:38 UTC

[echarts-handbook] 02/02: fix incorrect usage in doughnut live example. (#68)

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-handbook.git

commit d5eb1ace092428f0bb9eaa4a9fbbffdd4a3dac75
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Thu Nov 3 13:50:05 2022 +0800

    fix incorrect usage in doughnut live example. (#68)
---
 contents/en/how-to/chart-types/pie/doughnut.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/contents/en/how-to/chart-types/pie/doughnut.md b/contents/en/how-to/chart-types/pie/doughnut.md
index 0e9bf4b..5e8938f 100755
--- a/contents/en/how-to/chart-types/pie/doughnut.md
+++ b/contents/en/how-to/chart-types/pie/doughnut.md
@@ -58,10 +58,7 @@ option = {
       avoidLabelOverlap: false,
       label: {
         show: false,
-        position: 'center',
-        emphasis: {
-          show: true
-        }
+        position: 'center'
       },
       labelLine: {
         show: false


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