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/09/24 07:12:09 UTC

[GitHub] [echarts] mingugu commented on issue #15743: 移动端使用柱状图,水平方向滑动时,自定义tooltip不消失

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-unsubscribe@echarts.apache.org

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