techistoner edited a comment on issue #10079:
URL: https://github.com/apache/echarts/issues/10079#issuecomment-811684840


   更新最新版本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,
                       }
                   ]


-- 
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.

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