You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/09/21 06:49:41 UTC

[GitHub] anneyangyue commented on issue #9001: 点击区域放缩小图标,一直放大会出现问题

anneyangyue commented on issue #9001: 点击区域放缩小图标,一直放大会出现问题
URL: https://github.com/apache/incubator-echarts/issues/9001#issuecomment-423431962
 
 
   > 代码?
   
   option = {
       xAxis: {
           type:'time'
       },
       yAxis: {},
       toolbox: {
        show:true,
        feature:{
            dataZoom:{}
        }
       },
       series: [{
           symbolSize: 20,
           data: [
               ['2018/09/03 09:34:21', 8.04],
               ['2018/09/03 09:52:02', 6.95],
               ['2018/09/03 10:08:32', 7.58],
               ['2018/09/03 10:30:50', 8.81],
               ['2018/09/03 10:41:17', 8.33],
               ['2018/09/03 10:46:42', 9.96],
               ['2018/09/03 10:58:22', 7.24],
               ['2018/09/03 11:09:21', 4.26],
               ['2018/09/03 11:35:10', 10.84],
               ['2018/09/03 11:42:36', 4.82],
               ['2018/09/03 14:48:31', 5.68]
           ],
           type: 'scatter'
       }]
   };
   
   1.在官网上运行上面代码:打开http://echarts.baidu.com/examples/editor.html?c=scatter-simple,用上面的代码替换官网的代码,点击运行
   2.点击右上角的放大图标,一直放大,当x轴起始坐标相同时,继续放大2,3次,此时x轴的坐标有问题

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org