From 2e1ae663eda08adbd247ac2d81bbcbd1e51fd467 Mon Sep 17 00:00:00 2001 From: Amy Reidy <73396449+Amy-Reidy@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:07:14 +0200 Subject: [PATCH] Update indicator_config.json --- dash_service/static/indicator_config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dash_service/static/indicator_config.json b/dash_service/static/indicator_config.json index 4021a0d..4840708 100644 --- a/dash_service/static/indicator_config.json +++ b/dash_service/static/indicator_config.json @@ -4726,11 +4726,17 @@ "SEX": [ "F", "M" + ], + "AGE": [ + "Y0T14" ] }, "TOTAL": { "SEX": [ "_T" + ], + "AGE": [ + "Y0T14" ] } },