Li lei

Results 10 comments of Li lei
trafficstars

更新最新版本echarts应该也可以解决,但是基于现有开发内容我做了如下操作: 更新至echarts4.9.0 (https://raw.githubusercontent.com/apache/echarts/4.9.0/dist/echarts.js) 替换src/Echarts/tpl.html中script标签中内容为上面echarts.js内容即可升级完成 配置如下: dataZoom: [ { id: 'dataZoomX', xAxisIndex: [0], type:'inside', moveOnMouseMove: true,//zoom后横向滑动 preventDefaultMouseMove: false, } ]

没人搞定么

在移动端开启datazoom type=inside 如果linechart在scrollview中 双指缩放和上下滑动的手势会存在冲突,不知道可有什么解决方案?类似判断触摸手指方向,个数等等?

Whether there is the possibility of upgrading