Skip to content

Commit

Permalink
adjustment of indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy-Reidy committed Sep 16, 2024
1 parent e472094 commit 1b4108a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dash_service/static/crm_framework_indicators.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down
10 changes: 5 additions & 5 deletions dash_service/static/page_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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',
Expand Down

0 comments on commit 1b4108a

Please sign in to comment.