Skip to content
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

Vega tooltip positioning is broken on dashboards #25363

Closed
nyurik opened this issue Nov 8, 2018 · 6 comments · Fixed by #30795
Closed

Vega tooltip positioning is broken on dashboards #25363

nyurik opened this issue Nov 8, 2018 · 6 comments · Fixed by #30795
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Vega Vega visualizations

Comments

@nyurik
Copy link
Contributor

nyurik commented Nov 8, 2018

The html Vega tooltip position is incorrectly calculated when showing it on a dashboard. The position shows up correctly in the design screen.

The temporary workaround is to disable the new HTML vega tooltip with

  "config": {
    "kibana": {"tooltips": false}
  }
@nyurik nyurik added bug Fixes for quality problems that affect the customer experience Feature:Vega Vega visualizations labels Nov 8, 2018
@nyurik nyurik self-assigned this Nov 8, 2018
@flash1293 flash1293 assigned flash1293 and unassigned nyurik Feb 7, 2019
@flash1293
Copy link
Contributor

@nyurik I have problems reproducing this - for me the tooltips are positioned correctly (master, 6.6, 6.4). Do I need a specific vega chart type for this?

@ThiloSchoenfelder
Copy link

ThiloSchoenfelder commented May 14, 2019

I've still a broken position on the right end of the vega graph in the dashboard.
The last two tooltip are shown right from the data point and so out side of the graph.
In the edit mode the tooltip are shown on the left and it is visible.

2019-05-14 15_56_29-

I'm using Kibana 6.7 and vega/v3.json

Update:
Fullscreen: is ok
and when an other tile is right of the diagram it is also OK.

@flash1293
Copy link
Contributor

Hey @ThiloSchoenfelder thanks for reporting this. What browser / OS are you using? Is this IE 11?

@ThiloSchoenfelder
Copy link

ThiloSchoenfelder commented May 16, 2019 via email

@flash1293
Copy link
Contributor

I tried reproducing this, but the tooltip is moving to the left of the data point as it should for me. Could you share your vega spec?

@ThiloSchoenfelder
Copy link

ThiloSchoenfelder commented May 23, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Vega Vega visualizations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants