From 74e80c8d80a417cd4923460082050d7b59a3c53d Mon Sep 17 00:00:00 2001 From: Rob Ashton Date: Mon, 2 Dec 2024 10:14:52 +0000 Subject: [PATCH 1/4] Update naomi population pyramid to not filter aggregated proportions on selected area --- .../plots/population/PopulationGrid.vue | 5 +- .../src/app/components/plots/table/Table.vue | 4 +- .../src/app/components/plots/table/utils.ts | 4 +- src/app/static/src/app/hintVersion.ts | 2 +- .../static/src/app/store/plotData/filter.ts | 11 +- .../static/src/app/store/plotData/plotData.ts | 8 +- .../src/app/store/plotSelections/getters.ts | 8 +- .../downloadTimeSeries.test.ts | 2 +- src/app/static/src/tests/mocks.ts | 23 +++- .../static/src/tests/plotData/filter.test.ts | 14 ++- .../src/tests/plotSelections/getters.test.ts | 108 ++++++++++++------ 11 files changed, 136 insertions(+), 53 deletions(-) diff --git a/src/app/static/src/app/components/plots/population/PopulationGrid.vue b/src/app/static/src/app/components/plots/population/PopulationGrid.vue index 7d77294ed..dcce13c43 100644 --- a/src/app/static/src/app/components/plots/population/PopulationGrid.vue +++ b/src/app/static/src/app/components/plots/population/PopulationGrid.vue @@ -28,12 +28,13 @@