You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/04/01 06:45:02 UTC

[GitHub] [echarts] techistoner edited a comment on issue #10079: scroll event may prevent after use inside dataZoom

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:
users@infra.apache.org



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