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 2021/03/03 03:35:39 UTC

[GitHub] [echarts] anjing0524 opened a new issue #14387: xAxis.nameTextStyle. padding invalid

anjing0524 opened a new issue #14387:
URL: https://github.com/apache/echarts/issues/14387


   ### Version
   5.0.2
   
   ### Steps to reproduce
   `
   option = {
     color: ["#3398DB"],
     tooltip: {
       trigger: "axis",
       axisPointer: {
         type: "shadow"
       }
     },
     grid: {},
     xAxis: [{
       type: "category",
       data: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
       name: "我的天呐",
       nameTextStyle: {
         padding: [100, 0, 0, 0]
       }
     }],
     yAxis: [{
       type: "value"
     }],
     series: [{
       name: "直接访问",
       type: "bar",
       barWidth: "60%",
       data: [10, 52, 200, 334, 390, 330, 220]
     }]
   }
   `
   
   ### What is expected?
   xAxis's name padding-top 100px
   
   ### What is actually happening?
   padding is invalid
   
   <!-- 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] [echarts] echarts-bot[bot] commented on issue #14387: xAxis.nameTextStyle. padding invalid

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


   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 question.
   
   If you are interested in the project, you may also subscribe our [mailing 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] [echarts] anjing0524 commented on issue #14387: xAxis.nameTextStyle. padding invalid

Posted by GitBox <gi...@apache.org>.
anjing0524 commented on issue #14387:
URL: https://github.com/apache/echarts/issues/14387#issuecomment-789402516


   ![截屏2021-03-03 上午11 35 50](https://user-images.githubusercontent.com/17792296/109748901-9ec78c80-7c14-11eb-81fe-0ca88bb53493.png)
   


----------------------------------------------------------------
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] [echarts] anjing0524 closed issue #14387: xAxis.nameTextStyle. padding invalid

Posted by GitBox <gi...@apache.org>.
anjing0524 closed issue #14387:
URL: https://github.com/apache/echarts/issues/14387


   


-- 
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: commits-unsubscribe@echarts.apache.org

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