-
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
Pie chart tooltip is only showing when hover on legend, not showing when hover on arc in firefox #15646
Pie chart tooltip is only showing when hover on legend, not showing when hover on arc in firefox #15646
Comments
Hi! We've received your issue and please be patient to get responded. 🎉 In the meanwhile, please make sure that it contains a minimum reproducible demo and necessary images to illustrate. Otherwise, our committers will ask you to do so. A minimum reproducible demo should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster. You may also check out the API and chart option to get the answer. If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to [email protected]. Please attach the issue link if it's a technical question. If you are interested in the project, you may also subscribe to our mailing list. Have a nice day! 🍵 |
@JaydipPatel84 Please provide a minimum reproducible demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or https://codesandbox.io/s/mystifying-bash-2uthz. A minimum reproducible demo should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster. |
I just reproduced it in Firefox with the SVG renderer. Do you mean that? |
yes, right @plainheart |
Hi @plainheart , code is updated in the library ? |
Not yet. It's planned in 5.2.1, which will be released this month. |
Hi @plainheart , let me know when the library will be updated with this issue, thanks |
@JaydipPatel84 Hi, we've fixed this bug in v5.2.1. |
@plainheart , i can not see it fixed in v5.2.1 |
@JaydipPatel84 I checked and it could work. Could you take a screencast? |
21.10.2021_17.48.51_REC.mp4 |
Now an online reproducible demo is needed to see what I missed. Please ensure you are using v5.2.1. |
@JaydipPatel84 However, I can't reproduce it with the example https://echarts.apache.org/examples/en/editor.html?c=pie-simple |
Version
5.1.2
Steps to reproduce
What is expected?
The expected result is to show the tooltip on hover of arc also, not only on the legend for firefox, as it works fine in chrome
What is actually happening?
When hover of the Pie chart opened in firefox, the tooltip shows only when we hover on the legend, rather it should show even when we hover on the arc
The text was updated successfully, but these errors were encountered: