-
Notifications
You must be signed in to change notification settings - Fork 19.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
echarts tooltip is covered by canvas on iOS13 #11383
Comments
目前仅有iphone11 出现此问题 |
多个chart同时出现在一张页面上 会出现此问题 |
这个是网页直接在移动端跑,还是在小程序之类的环境中? |
我在IOS 13上也遇到了这个问题,tooltip弹出无法覆盖图表,反而被图表覆盖了。IOS < 13是正常的。 |
@yangguansen 试一下我上面的方法? |
加上这个后,确实可以了,感谢。 |
@Ovilia 再请教一下:目前已有几十个图表, 如何统一修改全局配置,来让实例们继承这个属性呢? |
两个方法,一个是使用 ECharts 的主题 echarts.registerTheme,这个方法的参数 |
@Ovilia 如果我的tooltip里面使用了formatter,返回了html的字符串,是不是就不能用renderMode等于richText这种方式?那怎么才能让自定义tooltip在ios13不会被覆盖? |
@Ovilia 我的tooltip在ios13上使用了formatter,需要返回html字符串,使用rederMode参数为richText是不可以的,所以我在extraCssText,上面设置了z-index,想问一下是否还有其他好的办法?? |
@Ovilia 请问一下: |
@Ovilia 如果设置了richText, 发现自定义tooltip的marker无法显示出来,请问有解决方法吗? |
@Cqy1995 请问extraCssText可以解决IOS13上被遮住的问题吗? |
添加样式是可以的,但是层级的话还是不可以!
…------------------ 原始邮件 ------------------
发件人: sanmu <[email protected]>
发送时间: 2019年10月21日 19:27
收件人: apache/incubator-echarts <[email protected]>
抄送: Cqy1995 <[email protected]>, Mention <[email protected]>
主题: 回复:[apache/incubator-echarts] echarts 移动端 toolTip被echarts容器遮盖(iphone11手机) (#11383)
|
|
@Ovilia tooltip的dom是和canvas父级平层,所以我觉得不应该是canvas z-index的问题。 |
想问一下这个问题解决了么 |
1 similar comment
想问一下这个问题解决了么 |
请问这个问题解决了吗?我们研发组也遇到同样的问题。 |
@Ovilia 请问这个问题解决了么 如果使用richText 图形点击事件会失效 extraCssText设置z-index 也是没有用的 |
我们会尽快解决这个问题 |
看起来是 safari 13 的 bug,我们在 ecomfe/zrender#522 中绕过了这个 bug,这个版本下周末左右发布 |
这样可以解决! |
我们今天发现这个问题,等不到你们发布新包了。自己在项目中怎么改呢? |
@luyanchen 用 |
发布了吗?升级echarts能解决问题吗? |
给tooltip的div添加css属性transform: translateZ(0);可以解决 |
Hello, I am having the same issue but I don't know Chinese, can anyone translate the solution? |
This problem had resolved in latest version. You can try to download the latest version. |
Version
4.3.0
Steps to reproduce
What is expected?
tooltip正常提示
What is actually happening?
tooltip被图形容器遮盖

The text was updated successfully, but these errors were encountered: