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/11/23 02:12:10 UTC

[GitHub] [echarts] wonderful-hwb opened a new issue #16094: 区域缩放,有多条曲线时如果加上endLabel,只缩放一天曲线会报错

wonderful-hwb opened a new issue #16094:
URL: https://github.com/apache/echarts/issues/16094


   ### Version
   5.2.2
   
   ### Steps to reproduce
    option = { 
      toolbox: {
             bottom: 10,
             show: true,
             orient: 'horizontal',
             showTitle: true,
             feature: {
               saveAsImage: {
                 type: 'png',
                 backgroundColor: 'pink',
                 name: 'hwbtest',
                 title: '保存'
               },
               restore: {},
               dataView: {},
               dataZoom: {}
             }
           },
       grid: {
           left: '10%',
           right: '15%',
           bottom: '15%', 
       }, 
       xAxis: {
           type: 'category',
           boundaryGap: false,
           data: ['周一', '周二', '周三', '周四', '周五', '周六', '周日']
       },
       yAxis: {
           type: 'value'
       },
       series: [
           {
               name: '邮件营销',
               type: 'line', 
               data: [110, 132, 101, 134, 90, 230, 210],
               endLabel: {
                   show:true, 
                   formatter: '{a}: {b}'
               }
           },
           {
               name: '销量',
               type: 'line', 
               data: [210, 232, 201,234, 290, 240, 230],
               endLabel: {
                   show:true, 
                   formatter: '{a}: {b}'
               }
           } 
       ]
   };
   
   ### What is expected?
   能自由缩放
   
   ### What is actually happening?
   缩放单条曲线时,卡住报错
   
   <!-- 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.

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


[GitHub] [echarts] echarts-bot[bot] commented on issue #16094: 区域缩放,有多条曲线时如果加上endLabel,只缩放单条曲线会报错

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


   This issue is labeled with `priority: high`, which means it's a frequently asked problem and we will fix it ASAP.


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


[GitHub] [echarts] pissang closed issue #16094: 区域缩放,有多条曲线时如果加上endLabel,只缩放单条曲线会报错

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


   


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


[GitHub] [echarts] echarts-bot[bot] commented on issue #16094: 区域缩放,有多条曲线时如果加上endLabel,只缩放一天曲线会报错

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






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


[GitHub] [echarts] pissang closed issue #16094: 区域缩放,有多条曲线时如果加上endLabel,只缩放单条曲线会报错

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


   


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