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/21 10:26:32 UTC

[GitHub] [echarts] xxLion opened a new issue #14506: aAxis的lineOverflow没生效

xxLion opened a new issue #14506:
URL: https://github.com/apache/echarts/issues/14506


   ### Version
   5.0.2
   
   ### Steps to reproduce
   step1: 打开 https://echarts.apache.org/examples/zh/editor.html?c=bar-background
   step:输入option
   option = {
       xAxis: {
           type: 'category',
           axisLabel: {
               width: 50,
               height: 20,
               overflow: 'break',
               lineOverflow: 'truncate'
           },
           data: ['MonMonMonMonMonMon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
       },
       yAxis: {
           type: 'value'
       },
       series: [{
           data: [120, 200, 150, 80, 70, 110, 130],
           type: 'bar',
           showBackground: true,
           backgroundStyle: {
               color: 'rgba(180, 180, 180, 0.2)'
           }
       }]
   };
   
   ### 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] [echarts] echarts-bot[bot] commented on issue #14506: aAxis的lineOverflow没生效

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






-- 
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] lvhuiru520 commented on issue #14506: aAxis的lineOverflow没生效

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


   Has the problem been solved?


-- 
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] lvhuiru520 commented on issue #14506: aAxis的lineOverflow没生效

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


   I had the same question.


-- 
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