-
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
[Maps] Should be able to zoom-in on selected range of timeslider #105596
Labels
[Deprecated-Use Team:Presentation]Team:Geo
Former Team Label for Geo Team. Now use Team:Presentation
enhancement
New value added to drive a business result
v8.1.0
Comments
thomasneirynck
added
enhancement
New value added to drive a business result
[Deprecated-Use Team:Presentation]Team:Geo
Former Team Label for Geo Team. Now use Team:Presentation
labels
Jul 14, 2021
Pinging @elastic/kibana-gis (Team:Geo) |
Would users be able to do this by hitting the current "fit to bounds" button or turning on auto fit to bounds? |
imho a new control/button on the timeslider control (e.g. under the range) that says "apply timeslice to global time range". |
maksimkovalev
added a commit
to maksimkovalev/kibana
that referenced
this issue
Jan 12, 2022
maksimkovalev
added a commit
to maksimkovalev/kibana
that referenced
this issue
Jan 17, 2022
nreese
pushed a commit
that referenced
this issue
Jan 25, 2022
…2131) * 105596 - Added calendar button that allows users to set global time of kibana according selected time slice * #105596 - refactoring; Title and aria-label updated for zoom-in button * #105596 - icon filling was removed Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Deprecated-Use Team:Presentation]Team:Geo
Former Team Label for Geo Team. Now use Team:Presentation
enhancement
New value added to drive a business result
v8.1.0
Describe the feature:
The timeslider is really useful to select a custom time-range.
It would be useful to have e a slider-action that allows to "zoom-in" on the selected timeslice
^ some sort of action to "zoom in" on the Oct26->Aug22" timeslice selection
Implementation:
getData().query.timefilter.timefilter.setTime
. This implementation can be provided in MapContainer where Timeslider component is used.The text was updated successfully, but these errors were encountered: