> 代码?

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轴的坐标有问题

[ Full content available at: 
https://github.com/apache/incubator-echarts/issues/9001 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to