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

   ### Version
   
   5.4.3
   
   ### Link to Minimal Reproduction
   
   echart官方代码编辑
   
   ### Steps to Reproduce
   
   "yAxis3D": {
           "type": "category",
           "name": "",
           "data": [
             {
               value:'大泵/液力端/4#缸吸入阀水平  111RPM',
               textStyle:{
                  borderWidth:1,
                  borderColor:'transparent'
               }
             }
           ],
   
   
   ### Current Behavior
   
   echarts 3D折线图 y轴label显示上方遮挡
   1、配置如图显示遮挡
       "yAxis3D": {
           "type": "category",
           "name": "",
           "data": [
             {
               value:'大泵/液力端/4#缸吸入阀水平  111RPM',
             }
           ],
           "axisLabel": {
               "show": true,
               "interval": 0
           },
           "splitLine": {
               "show": false
           }
       },
   2、目前修改方式为
    textStyle:{
                  borderWidth:1,
                  borderColor:'transparent',
                  fontSize:12
               }
   不设置borderWidth和borderColor时,修改fontSize为14也不会遮挡,不明白为什么borderWidth为0时上方会被遮挡
   
   ### Expected Behavior
   
   
![image](https://github.com/apache/echarts/assets/37167347/2893eca6-191e-4515-904c-bd720d1b9046)
   
![image](https://github.com/apache/echarts/assets/37167347/d601411d-f74d-44a6-b7e2-088804a9c6b4)
   
   
   ### 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]

Reply via email to