-
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
Make it possible to disable all interaction with an Embeddable #9220
Comments
Seems like a duplicate of #1610, or at least a variation of it. |
We should do this at the level of the Embeddable, but we have a variety of options for it. Do we want to selectively turn off Embeddables emitting certain triggers, or do we want to selectively turn off only certain actions? cc @streamich |
Pinging @elastic/kibana-app-arch |
@timroes - we chatted a little about how to implement this on this PR: #41768 I was thinking just now though, if we did an invisible div over the whole embeddable panel, I think it would make the cursor stay as a pointer and prevent some UI changes that we don't want (like the magnifying glass showing up in a saved search on hover). Although... the embeddable may still want to know where the cursor is for other reasons even if something should be interactive. Just some thoughts, bc otherwise, we are going to have to have each embeddable take care of choosing the right cursor depending on the setting. cc @streamich |
Thank you for contributing to this issue, however, we are closing this issue due to inactivity as part of a backlog grooming effort. If you believe this feature/bug should still be considered, please reopen with a comment. |
This feature request is to make it possible to disable all interaction with a visualization, including zooming and filtering, essentially making it static. Unfortunately the embed=true parameter does not disable those interaction options.
Part of #71857
The text was updated successfully, but these errors were encountered: