You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/10/26 10:43:56 UTC

[GitHub] [incubator-echarts] zhangmengyi opened a new issue #13488: axisLabel width无效

zhangmengyi opened a new issue #13488:
URL: https://github.com/apache/incubator-echarts/issues/13488


   ### Version
   4.6.0
   
   ### Steps to reproduce
   option = {
       grid: {
           // width: 300,
           // containLabel: true
       },
       xAxis: {
           type: 'category',
           data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
       },
       yAxis: {
           type: 'value',
           axisLabel: {
               width: 10,
               backgroundColor: 'red',
              
           },
           
       },
       series: [{
           data: [120, 200, 150, 80, 70, 110, 130000],
           type: 'bar'
       }]
   };
   
   ### What is expected?
   宽度生效
   
   ### What is actually happening?
   目前宽度不生效
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. 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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13488: axisLabel width无效

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #13488:
URL: https://github.com/apache/incubator-echarts/issues/13488#issuecomment-716464753


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] susiwen8 commented on issue #13488: axisLabel width无效

Posted by GitBox <gi...@apache.org>.
susiwen8 commented on issue #13488:
URL: https://github.com/apache/incubator-echarts/issues/13488#issuecomment-716523124


   I have checked that It works in 5.0.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] zhangmengyi commented on issue #13488: axisLabel width无效

Posted by GitBox <gi...@apache.org>.
zhangmengyi commented on issue #13488:
URL: https://github.com/apache/incubator-echarts/issues/13488#issuecomment-717195855


   > I have checked that It works in 5.0.
   
   哪里有5.0呀,我看最新才4.9+


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] susiwen8 commented on issue #13488: axisLabel width无效

Posted by GitBox <gi...@apache.org>.
susiwen8 commented on issue #13488:
URL: https://github.com/apache/incubator-echarts/issues/13488#issuecomment-717208608


   https://github.com/apache/incubator-echarts/releases/tag/5.0.0-beta.2
   @zhangmengyi 


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org