diff --git a/dash_service/static/crm_framework_indicators.json b/dash_service/static/crm_framework_indicators.json index 5b24bd9..f4fd37a 100644 --- a/dash_service/static/crm_framework_indicators.json +++ b/dash_service/static/crm_framework_indicators.json @@ -840,8 +840,8 @@ "Code": "HT_SH_XPD_CHEX_GD_ZS" }, { - "Indicator Name": "Domestic general government health expenditure as % of GDP", - "Code": "HT_WHO_GGHED_GDP" + "Indicator Name": "Percentage of total government spending on health - SDG 1.a.2", + "Code": "EC_EXP_HLTH" } ] }, diff --git a/dash_service/static/indicator_config.json b/dash_service/static/indicator_config.json index 4840708..e4fdb57 100644 --- a/dash_service/static/indicator_config.json +++ b/dash_service/static/indicator_config.json @@ -6720,6 +6720,13 @@ ] } }, + "PV_SI_COV_POOR": { + "TOTAL": { + "SEX": [ + "_T" + ] + } + }, "PP_SE_ADT_ACTS_SSHT": { "SEX": { "AGE": [ diff --git a/dash_service/static/page_config.py b/dash_service/static/page_config.py index 32c6be1..d1cdbea 100644 --- a/dash_service/static/page_config.py +++ b/dash_service/static/page_config.py @@ -280,12 +280,12 @@ 'min_max': True, 'yaxis': percentage_GDP, 'button_name': 'Expenditure on primary education'}, - {'name': 'Domestic general government health expenditure as % of GDP (public spending sub-domain)', - 'indicator': 'HT_WHO_GGHED_GDP-SPE', + {'name': 'Percentage of total government spending on health - SDG 1.a.2', + 'indicator': 'EC_EXP_HLTH-SPE', 'suffix': min_max_card_suffix, 'min_max': True, - 'yaxis': percentage_GDP, - 'button_name': 'Domestic general government health expenditure'}, + 'yaxis': '% of general government expenditure', + 'button_name': 'Percentage of total government spending on health (SDG 1.a.2)'}, {'name': 'Percentage of total government spending on social protection - SDG 1.a.2', 'indicator': 'EC_EXP_PROT', 'suffix': min_max_card_suffix, @@ -302,7 +302,7 @@ 'indicators': ['EDU_FIN_EXP_PT_GDP-SPE', 'EDU_EXP_GDP_L02', 'EDU_EXP_GDP_L1', - 'HT_WHO_GGHED_GDP-SPE', + 'EC_EXP_HLTH-SPE', 'EC_EXP_PROT', 'EC_EXP_FAM_CHLD_EXP-SPE'], 'default_graph': 'bar',