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 <y...@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-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to