oppeuro opened a new issue #16208:
URL: https://github.com/apache/echarts/issues/16208
### Version
5.1.2
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
```
option = {
title: {
text: 'Referer of a Website',
subtext: 'Fake Data',
left: 'center'
},
legend: {
orient: 'vertical',
left: 'left'
},
series: [
{
name: 'Access From',
type: 'pie',
radius: 50,
// roseType: "radius",
data: [
{ value: 1, name: 'Search Engine' },
{ value: 0, name: 'Direct' },
{ value: 0, name: 'Union Ads' },
{ value: 1, name: 'Video Ads' }
],
label: {
show: true
},
emphasis: {
scale: true,
scaleSize: 5,
label: {
show: true,
color: '#000',
fontSize: 18,
width: 85,
lineHeight: 22,
overflow: 'break',
formatter: '{b} {d}%'
}
}
}
]
};
```
### Current Behavior
data第一项label无法正常显示。
### Expected Behavior
data第一项label应正常显示。
### 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]