-
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
Drilldowns for TSVB #60611
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
In TSVB visualization the kibana/src/plugins/vis_type_timeseries/public/application/components/vis_editor.js Line 53 in 2d52538
Should emit vis_type kibana/src/plugins/vis_type_timeseries/public/application/lib/create_brush_handler.js Lines 25 to 29 in 2d52538
|
* Drilldowns for TSVB / Vega Closes: #60611 * fix PR comment * fix PR comments * add support for Timelion * rename vis.API.events.brush -> vis.API.events.applyFilter
* Drilldowns for TSVB / Vega Closes: elastic#60611 * fix PR comment * fix PR comments * add support for Timelion * rename vis.API.events.brush -> vis.API.events.applyFilter
We need to make TSVB range brushing work with Drilldowns. TSVB does not support click events but it has brushing support, which we can use in Drilldowns.
Preliminary assessment:
visualize_embeddable
.visualize_embeddable
executesSELECT_RANGE_TRIGGER
that is used by Drilldowns.brush
event.brush
event in vis_type.Related: #59654 #60613
Parent issue: #60232
The text was updated successfully, but these errors were encountered: