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

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   1) plot a pie chart 
   2)only one data point in pie series 
   3)labelLine:{ length:0,
           length2:0}
   
   ### Current Behavior
   
   when label Line lengths are zero the label are overlapping with pie chart 
   option = {
     series: [
       {
         labelLine: {
           show:false,
           length: 15,
           length2: 0
         },
         label: {
           fontSize: 30
         },
         name: 'Access From',
         type: 'pie',
         radius: '50%',
   ![Screenshot 
(91)](https://user-images.githubusercontent.com/97290751/180257787-64beff6d-839c-45e5-be94-88ca71578ef9.png)
   
         data: [{ value: 1048, name: 'Search Engine' }],
       }
     ]
   };
   
   
   ### Expected Behavior
   
   expectation is when labelLine lengths are zero it should just tough the pie 
chart not overla
   ![Screenshot 
(92)](https://user-images.githubusercontent.com/97290751/180257909-e2ae7605-6ad5-4302-98a3-4c3b5fb8278b.png)
   p
   
   ### 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: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to