ccj-007 opened a new issue #16815:
URL: https://github.com/apache/echarts/issues/16815


   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   option = {
     title: {
       text: '',
       subtext: '',
       left: 'center'
     },
     tooltip: {
       trigger: 'item'
     },
   
     series: [
       {
         name: 'Access From',
         type: 'pie',
         radius: ['70%', '100%'],
         data: [
           { value: 1048, name: '3' },
           { value: 735, name: '2' },
           { value: 580, name: '4' },
           { value: 484, name: '6' },
           {
             value: 300,
             name: '7',
             label: {
               color: '#000',
               padding: [0, 0, 0, 0]
             }
           }
         ],
         label: {
           show: true,
           fontSize: '26',
           color: '#fff',
           position: 'inside',
           fontFamily: 'sans-serif'
         }
       }
     ]
   };
   
   
   ### Current Behavior
   
   
![tu](https://user-images.githubusercontent.com/79068732/161199760-6be29915-2966-4cfd-8f1a-91bc4f62e00b.png)
   
   
   ### Expected Behavior
   
   数字距离内圆和外圆的边缘的距离不一致
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


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