You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dashboards): Calculate bucket size from known good data (#101201)
Gross one! `timeseriesResults` is a sparse array. In cases where the
_first_ element in the array is missing, the bucket size calculation
failed, crashing the chart. Instead, run the bucket size calculation on
`series` which is a filtered list of `Series` that are defined.
0 commit comments