-
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
Trigger selection #59569
Comments
Pinging @elastic/kibana-app-arch (Team:AppArch) |
This is needed for URL drilldown to pick from Assumption is that user picks drilldown type first and then, if > 1 trigger is available, also picks a trigger : Picked trigger also should be somehow visible on "manage" screen: |
Some questions for the functionality:
|
Depending on a chart type and on a type of picked drilldown we will show available triggers.
At first there would be such scenario:
Hm, easier would be to not show. But showing as disabled also possible.
Possible triggers will also depend on a drill down type. So it have to be:
Yes! |
Latest I have from @mdefazio |
These could also use a review from @gchaps for the copy—specifically around the descriptions for Visualization vs Panel Menu (and maybe those names could be better) as well as Single Click / Range Selection |
@mdefazio Happy to help, but I need more context. Does "Visualization" add data based on a user interaction? |
Oops, pr closed this. I am reopening to finalise user facing texts |
Spoke with @gchaps and we updated the copy for the Phase I mockups. Copy is still under discussion for Phase II Updated copy included in mockups (tooltip included for 'What's this?'): |
@mdefazio, thanks! I will follow update it in next pr (URL drilldown one) |
Add ability to pick trigger in
<FormCreateDrilldown>
and<FormEditDrilldown>
.Trigger
extendPresentable
interface.<TriggerPicker>
componenttriggers
prop—which is a list of triggers, from which one will be selected—to:<FormCreateDrilldown>
<FormEditDrilldown>
visualize_embeddable
report correct triggers for each vis_type insupportedTriggers()
method.triggers
prop to above React components.Parent issue: #42845
The text was updated successfully, but these errors were encountered: