-
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
[Lens] Make changing time intervals easier and with less effort/clicks #70597
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
These are good suggestions, and I want to add another, which is to add a slider that influences the "auto" interval in increments of "small, medium, large". We already do this internally, for example TSVB uses a "small" interval while Lens and Visualize use a "medium" interval. For bar charts, this would affect the width of the bars (which is also the interval between buckets). This is basically the same setting as "target number of bars," which is an advanced setting Kibana already supports for TSVB and Visualize. Small: 100 bars The main reason to support both a "target number of bars" and "target interval" is because they support different use cases. If the target number of bars is always the same, you get a more detailed view at smaller time ranges than at larger time ranges. |
Changing the title of the issue to reflect that a decision was made. Based on @cchaos's feedback, we have decided to offer the same entry options as what Visualize has, which is an |
We have two somehow related issues which go around similar problem.
In Lens by default this will become more front and center and will create frustration.
We need to find a way to make it easier since occasionally users need to view the chart switching between multiple time intervals, for example, this is the chart on daily intervals and then move to weekly intervals and vis versa Two option (we can start with one, the other or eventually do both):
cc: @flash1293 |
Hey, @AlonaNadler. This is a great observation. I agree that we can probably improve this experience to make it faster for users to apply a desired time interval. One particular solution that immediately jumps to mind is an interface similar to one that we had designed during our work on scheduled reporting. We initially offer users a single form field with the most commonly selected time intervals. For most users, they simply select one of these common intervals and move along. Should an advanced user require a less common time interval, we also offer a custom option that reveals additional fields for a specific time interval to be defined. I could see something very similar being used here to good effect. Thoughts? I'd be happy to add a mockup of this to my to-do list. Just let me know what kind of timeline you're thinking for this effort. |
I thought we already made a decision about this. I commented earlier:
|
Ah, apologies. If a decision has already been made/finalized, then please ignore my comment above. |
Currently to change time intervals in Lens users need to turn a switch which shows them customized time interval options.
Changing the interval is a common operation that the default interval doesn't always capture the right way.
It should be easy to change the intervals to the common intervals (hourly, daily, monthly).
In Lens it requires to usually change both dropdowns to move to common intervals
Few suggestions:
@cchaos
The text was updated successfully, but these errors were encountered: