You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/06/10 02:11:07 UTC

[GitHub] [incubator-echarts] 965400059 opened a new issue #10639: 在移动端,触发tooltip屏幕闪烁,在android端,在图表区域滑动,外面的滚动条无法滚动

965400059 opened a new issue #10639: 在移动端,触发tooltip屏幕闪烁,在android端,在图表区域滑动,外面的滚动条无法滚动
URL: https://github.com/apache/incubator-echarts/issues/10639
 
 
   使用的版本是:4.2.1
   在手机端使用tooltip滑动的时候,不做任何设置的情况下,屏幕会闪烁
   现在去将鼠标进入时触发的事件去掉才好的
   看见问题在3版本的时候被关闭,说是修复了,不清楚为啥还是存在
   tooltip : {
                       confine: true,
                       triggerOn : 'click',
                       trigger: 'axis'
                   },
   
   然后还有一个问题就是在android端使用,手指在图表区域内滑动的时候,屏幕无法上下滚动
   ![image](https://user-images.githubusercontent.com/22289706/59168354-077cf480-8b68-11e9-85b6-a9e4d816d394.png)
   

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


With regards,
Apache Git Services

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