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
In #91 we removed interpolation from the server side for performance reasons. In the U/I there is a mechanism where the user can select how to treat missing data (Null value dropdown on the Display tab). For connected, we should interpolate missing values and for null as zero we should put a zero in the missing time slot. My guess is that our behavior right now is consistent with null, but should be tested.
The text was updated successfully, but these errors were encountered:
…tain metrics
- The metrics `sys.sparse.event.*` are counts that
are not present for every time interval
- Stacked bar graphs behave oddly when displaying this data
- Datasource should likely interpret missing data as zero
in this case.
In #91 we removed interpolation from the server side for performance reasons. In the U/I there is a mechanism where the user can select how to treat missing data (Null value dropdown on the Display tab). For connected, we should interpolate missing values and for null as zero we should put a zero in the missing time slot. My guess is that our behavior right now is consistent with null, but should be tested.
The text was updated successfully, but these errors were encountered: