mingugu commented on issue #15743: URL: https://github.com/apache/echarts/issues/15743#issuecomment-926399753
1、triggerOn不设置的时候(默认值),监听平移事件,无法取消 this.chart.on('datazoom',()=>{ this.chart.dispatchAction({ type: 'hideTip' }) }) 2、将triggerOn设置”click“,第一步的写法平移时能取消tooltip;但这种方式在移动端好像不能做到手指点击柱子显示tooltip,手指放开隐藏tooltip吧? 3、移动端的话会考虑新增triggerOn的类型,如touchmove吗 -- 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. To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org