Closed stratoula closed 3 years ago
Pinging @elastic/kibana-app (Team:KibanaApp)
@stratoula the issue here is the same as what we have in Visualize, which is visually indicating that there's partial data. It doesn't happen every time, but it does happen if the last bucket intersects the time selector.
I think we can't change the default without also adding an indicator of partial data.
You are right Wylie, we should also add the indicator. I think it is less confusing for the users that way.
To clarify this, the indicator that we want is this one:
Right now, there is a setting on the panel options of the timeseries tab that defaults to true and drops the last bucket. I think it should default to false because it may confuse the users. For example:
I use the
[Flights] Delays & Cancellations
visualizations from thekibana_sample_data_flights
dataset and I set a very small timeframe. I get aNo results found
message instead of the actual viz:If I click on the metrics tab I see that there is data:
What happens here is that the Drop last bucket switch is on, so it drops the last bucket, and the two visualizations display different results. If I switch it off, the two visualizations depict the same values.