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

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


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 2b8d48ac fix: disable decal for the half-doughnut-chart example. (#72)
2b8d48ac is described below

commit 2b8d48ac857e7f144e206cad4df544e07ed997ad
Author: plainheart <[email protected]>
AuthorDate: Mon Mar 6 10:24:54 2023 +0800

    fix: disable decal for the half-doughnut-chart example. (#72)
---
 public/examples/ts/pie-half-donut.ts | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/public/examples/ts/pie-half-donut.ts 
b/public/examples/ts/pie-half-donut.ts
index a068dbfb..dbc4e63f 100644
--- a/public/examples/ts/pie-half-donut.ts
+++ b/public/examples/ts/pie-half-donut.ts
@@ -41,7 +41,10 @@ option = {
           value: 1048 + 735 + 580 + 484 + 300,
           itemStyle: {
             // stop the chart from rendering this piece
-            color: 'none'
+            color: 'none',
+            decal: {
+              symbol: 'none'
+            }
           },
           label: {
             show: false


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to