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