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: use average instead of sum as default aggregation for time series plot
The initial plot type for time filter animations defaults to
AGGREGATION_TYPES.sum, causing misleading y-axis values (e.g.
earthquake magnitudes showing as 2000/4000/6000 instead of actual
values). All other aggregation defaults in the codebase use average.
Fixes#3122
Signed-off-by: pierreeurope <pierre.europe@pm.me>
0 commit comments