You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dash_service/pages/transmonee.py
+93-8Lines changed: 93 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,38 @@
68
68
}
69
69
70
70
71
+
help_text=html.Div([
72
+
html.Strong("How to use dashboard:"),
73
+
html.P([
74
+
"- Choose between two primary views for data exploration. ",
75
+
html.Strong("'Explore using the Europe and Central Asia Child Rights Monitoring Framework'"),
76
+
" allows you to select a domain and view indicators within each of its sub-domains, providing a structured approach aligned with child rights priorities. Alternatively, ",
77
+
html.Strong("'Search by Indicator'"),
78
+
" lets you select specific indicators from a dropdown menu and filter by SDG indicators and/or by specific domains or sub-domains."
79
+
]),
80
+
html.P([
81
+
"- At the bottom of the page, there are ",
82
+
html.Strong("Committee on the Rights of the Child Recommendations"),
83
+
" which are related to each sub-domain. These recommendations have been organized by three different types of bottlenecks and can be filtered by country and year of report."
84
+
]),
85
+
html.P([
86
+
"- Visualize data with bar charts and regional maps displaying the latest data for each country, or use line graphs to track historical trends."
87
+
]),
88
+
html.P([
89
+
"- Enhance your analysis with filters for year range, country group, or individual countries. When disaggregated data is available, these options will appear on the chart."
90
+
]),
91
+
html.P([
92
+
"- Hover over information icons to view definitions of indicators and sub-domains."
93
+
]),
94
+
html.P([
95
+
"- To learn more about data availability for each indicator, hover over the ",
96
+
html.Strong("'Countries with data'"),
97
+
" and ",
98
+
html.Strong("'Countries without data'"),
99
+
" buttons to see which countries have data within the selected year range."
100
+
]),
101
+
])
102
+
71
103
# TODO: Move all of these to env/setting vars from production
0 commit comments