Commit 9d4ce4a
committed
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>1 parent 8c5030c commit 9d4ce4a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
701 | | - | |
| 701 | + | |
702 | 702 | | |
703 | 703 | | |
0 commit comments