-
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] when defined interval is bigger than time range, nothing is being displayed #64544
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
Blocked by elastic/elastic-charts#664 |
Updated response to this issue here elastic/elastic-charts#664 (comment) |
Looking through this again, I think we can (and should) do the same thing Visualize is doing - expand the time range of the chart and highlight this fact using reactangle annotations @nickofthyme @markov00 what do you think? |
Yeah I think that would be good. I don't recall if the This is not the greatest solution for non-stacked bars in a date histogram so we just show the grey missing areas (aka endzones) as the full width of the interval. Below shows the different appearances between stacked and non-stacked bars. @Mark00 and @monfera might have a more canonical way of doing this if we are to implement this in Lens. |
I see, better than the current version still :) |
Kibana version:
7.6.1, master
Steps to reproduce:
Screenshots (if relevant):
The text was updated successfully, but these errors were encountered: