-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Timeseries tooltips (on dashboard) not working on FF #1364
Comments
Is there any error on the browser console? |
Nope, developer console is clear. Tooltips are working for parts like "explore" icon, but for timeseries itself nothing displays (in this case I'm using time series with time shift - not sure if it matters) FF 49 |
Confirming this issue for Firefox 45.4.0. |
FF 51.0.1 64 Bit shows the same behavior. |
@rumbin Everyone has his/her own priorities, if it's crucial then please go fix it :) |
@xrmx I would, if I could. However, I guess that it's a js issue and this is far beyond my skills which consist of a tiny bit of python. |
FF 51.0.1 OSX 10.12 - the tooltips /do/ work on a dashboard, but they're functioning relative to the top left of the workspace. i.e. if the chart is positioned in the top left corner, everything looks fine - move it down and to the right, and the tooltips only appear when a) the cursor is over the chart, and b) the cursor is in the area that the chart would occupy if it was in the top left corner. The tooltips attach to the cursor ok, but the chart highlighting is offset by the chart offset. I don't think i'm explaining this well... Edit2: Tested with nvd3 master, and tooltips work perfectly in Firefox. |
Thanks for your analysis @RichRadics We still have this issue with recent version of Superset 0.18.5. How do you update nvd3 to latest version in Superset ? |
This was committed into superset in PR #3378 so should be fixed in the next release |
@DaimonPl please close the issue, thanks! |
I just checked this problem on Superset 0.19.1 and it still exists on Firefox |
I confirm. I also checked with Superset 0.19.1 and it still exists on Firefox. |
@DaimonPl the commit has been applied after 0.19.1 so test master or close the issue please. @pajachiet no need for me too comments please. |
Verified it's working fine with 0.20.0 |
I've recently built a dashboard on Superset 0.35.1 and this issue still exists on Firefox. How can I fix that? |
…1364) * refactor: migrate timeseries_limit_metric to legacy_order_by * improve coverage
…1364) * refactor: migrate timeseries_limit_metric to legacy_order_by * improve coverage
…1364) * refactor: migrate timeseries_limit_metric to legacy_order_by * improve coverage
…1364) * refactor: migrate timeseries_limit_metric to legacy_order_by * improve coverage
As in title, firefox does not display tooltips on time series when slice is used on dashboard. When slice is explored it works fine
Chrome displays tooltip in same scenario.
(0.11)
The text was updated successfully, but these errors were encountered: