ChengZhengHao opened a new issue #15970:
URL: https://github.com/apache/echarts/issues/15970


   Version 5.2.1
   
   Option
   option = {
     legend: {
       show: true,
       type: 'scroll',
       left: 0,
       bottom: 0,
       icon: 'roundRect',
       itemWidth: 12,
       itemHeight: 12,
       padding: [11, 12, 11, 12],
       itemGap: 24,
       inactiveColor: '#C4C7CC',
       inactiveBorderColor: '#C4C7CC',
       orient: 'horizontal',
       pageIconSize: 12,
     },
     xAxis: {
       type: 'category',
       nameLocation: 'middle',
       data: [
         '原始需求',
         '待开发',
         '需求 Idea',
         '产品设计中',
         '产品评审完成',
         '开发中',
         '开发完成',
         '搁置',
         '测试中',
         '测试完成',
         '已发布',
         '废弃'
       ]
     },
     yAxis: [
       {
         type: 'value',
       },
       
     ],
     grid: { containLabel: true, top: 14, left: 12, right: 12, bottom: 96 },
     series: [
       {
         name: '平均值-状态停留时长',
         type: 'line',
         data: [
           {
             value: 2.58
           },
           {
             value: 38.40
           },
           {
             value: 8.56
           },
           {
             value: 1.79
           },
           {
             value: 17.46
           },
           {
             value: 0.90
           },
           {
             value: 1.79
           },
           {
             value: 0
           },
           {
             value: 0.03
           },
           {
             value: 2.30
           },
         ],
       },
       {
         name: '90 分位值-状态停留时长',
         type: 'line',
         data: [
           {
             value: 10.01
           },
           {
             value: 123.91
           }
         ]
       }
     ]
   }
   
   Problem
   
![image](https://user-images.githubusercontent.com/12841025/139203741-a2101c6e-f1c9-4ba7-bffc-269e511416b6.png)
   
   In the large size screen will appear,when i remove grid,it's ok
   


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