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%',

data: [{ value: 1048, name: 'Search Engine' }],
}
]
};
### Expected Behavior
expectation is when labelLine lengths are zero it should just tough the pie
chart not overla

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: [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]