-
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
[Exploratory View] Fix date range picker on secondary series #111700
[Exploratory View] Fix date range picker on secondary series #111700
Conversation
@elasticmachine merge upstream |
…to bug/fix-date-picker
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: cc @shahzad31 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, given that the date range picker is supposed to keep the same interval as the main series, LGTM.
08a640b
into
elastic:feature/observability-exploratory-view-multi-series
…113464) * Revert "[Observability][Exploratory View] revert exploratory view multi-series (#107647)" This reverts commit 1649661. * Revert "[Observability][Exploratory View] revert exploratory view multi-series (#107647)" This reverts commit 1649661. * [Observability] [Exploratory View] Create multi series feature branch (#108079) * Revert "[Observability][Exploratory View] revert exploratory view multi-series (#107647)" This reverts commit 1649661. * Revert "[Observability][Exploratory View] revert exploratory view multi-series (#107647)" This reverts commit 1649661. * update types * update tests * [Observability] exploratory view design issues (#111028) * remove custom y axis labels for better clarity * move add series button to the bottom * disable auto apply * fix missing test * When series count changes, collapse other series. (#110894) Co-authored-by: Kibana Machine <[email protected]> * Feature/observability exploratory view multi series panels (#111555) Co-authored-by: Kibana Machine <[email protected]> * [Exploratory View] Fix date range picker on secondary series (#111700) Co-authored-by: Kibana Machine <[email protected]> * [Exploratory View] Collapse series only on add, not delete (#111790) * [Exploratory view] Remove preview panel (#111884) * [Exploratory view] implement popovers for data type and metric type (#112370) * implement popovers for data type and metric type * adjust types * add IncompleteBadge * make report metric dismissable * show date-picker even if metric is undefined * adjust styles of expanded series row * add truncation to series name * move incomplete badge and add edit pencil * add tooltip to data type badge * adjust content * lint * delete extra file * move filters row * adjust name editing behavior * adjust filter styles Co-authored-by: Kibana Machine <[email protected]> * move cases button to top * fix types * more types :( Co-authored-by: Justin Kambic <[email protected]> Co-authored-by: shahzad31 <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Shahzad <[email protected]>
…lastic#113464) * Revert "[Observability][Exploratory View] revert exploratory view multi-series (elastic#107647)" This reverts commit 1649661. * Revert "[Observability][Exploratory View] revert exploratory view multi-series (elastic#107647)" This reverts commit 1649661. * [Observability] [Exploratory View] Create multi series feature branch (elastic#108079) * Revert "[Observability][Exploratory View] revert exploratory view multi-series (elastic#107647)" This reverts commit 1649661. * Revert "[Observability][Exploratory View] revert exploratory view multi-series (elastic#107647)" This reverts commit 1649661. * update types * update tests * [Observability] exploratory view design issues (elastic#111028) * remove custom y axis labels for better clarity * move add series button to the bottom * disable auto apply * fix missing test * When series count changes, collapse other series. (elastic#110894) Co-authored-by: Kibana Machine <[email protected]> * Feature/observability exploratory view multi series panels (elastic#111555) Co-authored-by: Kibana Machine <[email protected]> * [Exploratory View] Fix date range picker on secondary series (elastic#111700) Co-authored-by: Kibana Machine <[email protected]> * [Exploratory View] Collapse series only on add, not delete (elastic#111790) * [Exploratory view] Remove preview panel (elastic#111884) * [Exploratory view] implement popovers for data type and metric type (elastic#112370) * implement popovers for data type and metric type * adjust types * add IncompleteBadge * make report metric dismissable * show date-picker even if metric is undefined * adjust styles of expanded series row * add truncation to series name * move incomplete badge and add edit pencil * add tooltip to data type badge * adjust content * lint * delete extra file * move filters row * adjust name editing behavior * adjust filter styles Co-authored-by: Kibana Machine <[email protected]> * move cases button to top * fix types * more types :( Co-authored-by: Justin Kambic <[email protected]> Co-authored-by: shahzad31 <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Shahzad <[email protected]> # Conflicts: # test/functional/page_objects/common_page.ts
…113464) (#114120) * Revert "[Observability][Exploratory View] revert exploratory view multi-series (#107647)" This reverts commit 1649661. * Revert "[Observability][Exploratory View] revert exploratory view multi-series (#107647)" This reverts commit 1649661. * [Observability] [Exploratory View] Create multi series feature branch (#108079) * Revert "[Observability][Exploratory View] revert exploratory view multi-series (#107647)" This reverts commit 1649661. * Revert "[Observability][Exploratory View] revert exploratory view multi-series (#107647)" This reverts commit 1649661. * update types * update tests * [Observability] exploratory view design issues (#111028) * remove custom y axis labels for better clarity * move add series button to the bottom * disable auto apply * fix missing test * When series count changes, collapse other series. (#110894) Co-authored-by: Kibana Machine <[email protected]> * Feature/observability exploratory view multi series panels (#111555) Co-authored-by: Kibana Machine <[email protected]> * [Exploratory View] Fix date range picker on secondary series (#111700) Co-authored-by: Kibana Machine <[email protected]> * [Exploratory View] Collapse series only on add, not delete (#111790) * [Exploratory view] Remove preview panel (#111884) * [Exploratory view] implement popovers for data type and metric type (#112370) * implement popovers for data type and metric type * adjust types * add IncompleteBadge * make report metric dismissable * show date-picker even if metric is undefined * adjust styles of expanded series row * add truncation to series name * move incomplete badge and add edit pencil * add tooltip to data type badge * adjust content * lint * delete extra file * move filters row * adjust name editing behavior * adjust filter styles Co-authored-by: Kibana Machine <[email protected]> * move cases button to top * fix types * more types :( Co-authored-by: Justin Kambic <[email protected]> Co-authored-by: shahzad31 <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Shahzad <[email protected]> # Conflicts: # test/functional/page_objects/common_page.ts
Summary
Fixed a date range picker issue where it was using the start to populate both fields
Fix #111198