chenp1204 opened a new issue #15983:
URL: https://github.com/apache/echarts/issues/15983


   ### Version
   5.2.1
   
   ### Steps to reproduce
   The follow is config option:
   
   option = {
     tooltip: {
       trigger: 'item'
     },
     legend: {
       top: '5%',
       left: 'center'
     },
     series: [
       {
         name: 'Access From',
         type: 'pie',
         radius: ['40%', '70%'],
         avoidLabelOverlap: false,
         itemStyle: {
           borderColor: 'rgba(0, 0, 0, 0)',
           borderWidth: 20
         },
         label: {
           show: false,
           position: 'center'
         },
         emphasis: {
           label: {
             show: true,
             fontSize: '40',
             fontWeight: 'bold'
           }
         },
         labelLine: {
           show: false
         },
         data: [
           { value: 1048, name: 'Search Engine' },
           { value: 735, name: 'Direct' },
           { value: 580, name: 'Email' },
           { value: 484, name: 'Union Ads' },
           { value: 300, name: 'Video Ads' }
         ]
       }
     ]
   };
   
   ### What is expected?
   The pie chart border width is 20px and border color is transparent
   
   ### What is actually happening?
   The pie chart border width is 0px and no border color
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


-- 
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