You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#29235 integrated the date picker into QueryBar. The date picker is turned on by passing in the props showDatePicker, dateRangeFrom, dateRangeTo, isRefreshPaused, refreshInterval, and onRefreshChange. Now, onSubmit is called with query and dateRange so instead of subscribing to time changes with ui/timefilter, the apps should receive the time changes from onSubmit callback.
Discover, Visualize, and Dashboard applications need to switch from using the angular date picker in kbn_top_nav to using the date picker in the query bar.
#29235 integrated the date picker into QueryBar. The date picker is turned on by passing in the props
showDatePicker
,dateRangeFrom
,dateRangeTo
,isRefreshPaused
,refreshInterval
, andonRefreshChange
. Now,onSubmit
is called withquery
anddateRange
so instead of subscribing to time changes withui/timefilter
, the apps should receive the time changes from onSubmit callback.Discover, Visualize, and Dashboard applications need to switch from using the angular date picker in kbn_top_nav to using the date picker in the query bar.
The Maps application has been migrated and can be used as an example application
.
The text was updated successfully, but these errors were encountered: