-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Visualizations need to bubble Filters up through embeddable layer #43411
Comments
Pinging @elastic/kibana-app-arch |
@ppisljar - I could be wrong but I recall you saying this wouldn't be too difficult to implement. Is there a chance you'd be able to prioritize it for 7.4? Canvas team currently has a bad experience with filtering embeddables, they are throwing exceptions. If we can implement this issue and then #9220 I think we can make for a much better canvas embeddable experience in 7.4. @streamich or I could work on #9220 if this is solved. |
In Canvas, we don't have a solution for handling filter changes pushed up right now, so #9220 would be more important for us at this point. But for a future release, being able to respond to the filters would be helpful. |
This is a pre-req for #9220 (at least if we want it to disable filter actions on visualizations). We can disable actions but unless the visualization infrastructure is actually using action infrastructure, it won't make any difference. |
i think this should be easy but 7.4 is too close so i think it won't make it in 7.4, but i can make sure this gets in soon after the feature freeze. |
resolved by #50319 |
They shouldn't interact with the global filter bar directly but instead use triggers and actions the same way maps and saved searches do.
cc @streamich @ppisljar
The text was updated successfully, but these errors were encountered: