-
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
Timepicker plugin #18845
Comments
@elastic/kibana-discovery This is something the discovery team will own down the line, but it's one of the earlier things we need to build on the new platform to support greenfield app development, so the platform team will likely take a swing at this unless they get delayed or your time miraculously frees up in the coming months. |
cc @elastic/kibana-platform |
@timroes Yeah, my thinking was that the plugin would provide three things:
Plugins could then choose whether or not or to what extent they want to use |
This would be awesome, especially to allow visualisations that do "$metric this day/week/year"! |
Are there any workarounds for this at present? I found setting an interval in the Timelion query itself and setting all of the intervals to the smallest one used works, but this appears to be frowned upon, according to the documentation ("DO NOT USE") |
Pinging @elastic/kibana-app-arch (Team:AppArch) |
Thank you for contributing to this issue, however, we are closing this issue due to inactivity as part of a backlog grooming effort. If you believe this feature/bug should still be considered, please reopen with a comment. |
The timepicker plugin should track the global time range in a service and expose to other plugins a programmatic client for manipulating the global time range. It should also expose an observable for the time range. We should expose a higher order timepicker component that is integrated with this service. The static timepicker UI component should be from EUI.
The text was updated successfully, but these errors were encountered: