zhangsandegea opened a new issue, #18463:
URL: https://github.com/apache/echarts/issues/18463
### Version
5.4.2
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
页面dom元素高50px,宽300px。使用以下配置
```json
{
xAxis: {
type: 'category',
show: false
},
yAxis: {
show: false
},
series: [{
type: 'line',
data: [620, 432, 220, 534, 790, 430, 220, 320, 532, 320, 834, 690,
530, 220, 620],
areaStyle: {
color: 'purple'
},
lineStyle: {
width: 0
},
itemStyle: {
width: 0
},
smooth: true
}]
}
```

### Current Behavior
造成折线图不能完整显示,部分线条超出了页面dom无法显示。
### Expected Behavior
线条不超出dom,且能正常显示。
### Environment
```markdown
- OS:win11
- Browser:chrome111.0.5563.147,edge111.0.1661.62
- Framework:vue3.2
```
### 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]