<!--
为了方便我们能够复现和修复 bug,请遵从下面的规范描述您的问题。
-->
### One-line summary [问题简述]
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轴的坐标有问题
3.当xAxis.type为time时会出现这样的问题,为category时不会有问题
### Version & Environment [版本及环境]
+ ECharts version [ECharts 版本]:
+ Browser version [浏览器类型和版本]:
+ OS Version [操作系统类型和版本]:
### Expected behaviour [期望结果]
### ECharts option [ECharts配置项]
<!-- Copy and paste your 'echarts option' here. -->
<!-- [下方贴你的option,注意不要删掉下方 ```javascript 和 尾部的 ``` 字样。最好是我们能够直接运行的
option。如何得到能运行的 option 参见上方的 guidelines for contributing] -->
```javascript
option = {
}
```
### Other comments [其他信息]
<!-- For example: Screenshot or Online demo -->
<!-- [例如,截图或线上实例 (JSFiddle/JSBin/Codepen)] -->
[ Full content available at:
https://github.com/apache/incubator-echarts/issues/9114 ]
This message was relayed via gitbox.apache.org for [email protected]