-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Bug] Vega visualizations renders 2 controls #23514
Comments
cc @nyurik |
As a reminder: There is code specific to this bug in |
@cchaos seems like the bug is resolved. Can you confrm? |
The issue is still there - tested after migrating to the latest Vega with #30628 To reproduce, use some vega graph from docs, e.g. arc mark, move the mouse over the graph, click |
The issue is due to a bug in Vega: Adding a tooltip handler to a plot that uses a custom controls area, resets the plugin, and starts using the internal controls area. I opened a bug on the vega project, and it will be solved in Vega 5. |
Also note that controls have a few customization options (signal binding placement) that might need some visualization/styling cleanup. This might only tangentially be related to this issue. |
I think this should close as we upgraded to vega5, cant reproduce it either cc @lizozom |
Kibana version: Master
Server OS version: All
Browser version: All
Describe the bug: Vega visualization adds two control areas, one is slightly hidden.
Steps to reproduce:
Expected behavior:
Only one of these control areas should be rendered.
Screenshots (if relevant):
The text was updated successfully, but these errors were encountered: