xiaomeinvG opened a new issue, #18030:
URL: https://github.com/apache/echarts/issues/18030

   ### What problem does this feature solve?
   
   `option = {
     legend: {
       orient: "vertical",
       left: "left",
       data: ["Apple", "Grapes", "Pineapples", "Oranges", "Bananas"]
     },
     tooltip: {
             trigger: 'item'
           },
     series: [{
       type: "pie",
       minAngle:30,
       radius:['70%', '96%'],
       itemStyle: {
         borderRadius: 0,
         borderColor: '#fff',
         borderWidth: 2
       },
       labelLine: {
         show: false
       },
       label: {
         show: false,
         
       },
       data: [{
         value: 3,
         name: "Apple"
       }, {
         value: 310,
         name: "Grapes"
       }, {
         value: 0,
         name: "Pineapples"
       }, {
         value: 135,
         name: "Oranges"
       }, {
         value: 10000,
         name: "Bananas"
       }]
     }]
   }` 
   <img width="827" alt="image" 
src="https://user-images.githubusercontent.com/40682393/206086737-64312b3a-3f66-45d7-8dff-653154a3a995.png";>
    I hope that the fan area with 0 is not displayed
   
   ### What does the proposed API look like?
   
   I hope you can provide a switch in the ”series“ to decide whether to display 
the area of ​​0, which can be displayed by default


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to