maicWorkGithub opened a new issue #12205: yAxis 宽度无效
URL: https://github.com/apache/incubator-echarts/issues/12205
 
 
   ### Version
   4.6.0
   
   ### Steps to reproduce
   ```
   option = {
       xAxis: {
           type: 'category',
           data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
           axisLine: {lineStyle: {width: 12}}
       },
       yAxis: {
           type: 'value'
       },
       series: [{
           data: [120, 200, 150, 80, 70, 110, 130],
           axisLine: {lineStyle: {width: 12}},
           type: 'bar'
       }]
   };
   
   ```
   
   ### What is expected?
   y轴和x轴宽度都变,而且一样宽
   
   ### What is actually happening?
   x轴宽度有变化,y轴没有
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to