echarts-bot[bot] commented on issue #19344:
URL: https://github.com/apache/echarts/issues/19344#issuecomment-1832995053
@cherishhyy It seems you are not using English, I've helped translate the
content automatically. To make your issue understood by more people and get
helped, we'd like to suggest using English next time. 🤗
<details><summary><b>TRANSLATED</b></summary><br>
**TITLE**
echarts 3D line chart The y-axis label shows the upper occlusion
**BODY**
### Version
5.4.3
### Link to Minimal Reproduction
echart official code editor
### Steps to Reproduce
"yAxis3D": {
"type": "category",
"name": "",
"data": [
{
value:'Large pump/liquid end/4# cylinder suction valve level
111RPM',
textStyle:{
borderWidth:1,
borderColor:'transparent'
}
}
],
### Current Behavior
echarts 3D line chart y-axis label shows upper occlusion
1. The configuration shows occlusion as shown in the figure.
"yAxis3D": {
"type": "category",
"name": "",
"data": [
{
value:'Large pump/liquid end/4# cylinder suction valve level
111RPM',
}
],
"axisLabel": {
"show": true,
"interval": 0
},
"splitLine": {
"show": false
}
},
2. The current modification method is:
textStyle:{
borderWidth:1,
borderColor:'transparent',
fontSize:12
}
When borderWidth and borderColor are not set, changing fontSize to 14 will
not block it. I don’t understand why the top is blocked when borderWidth is 0.
### Expected Behavior


### Environment
```markdown
- OS:
-Browser:
- Framework:
```
### Any additional comments?
_No response_
</details>
--
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]