diff --git a/dashboard/app.py b/dashboard/app.py index fec6a79..abfdc53 100644 --- a/dashboard/app.py +++ b/dashboard/app.py @@ -736,7 +736,7 @@ def get_general_graph(df, year_slider, variable, layout, title, units = None): dcc.Dropdown( id='re_drop', options=[ - {'label': 'RE annual capacity', 'value': 're_capacity'}, + {'label': 'RE accumulated capacity', 'value': 're_capacity'}, {'label': 'RE share in TFEC', 'value': 're_tfec'}, {'label': 'RE share in energy sector', 'value': 're_energy_sector'}, {'label': 'Annual RE investment', 'value': 're_investment'}, @@ -1432,4 +1432,4 @@ def toggle_collapse(n, is_open): return is_open if __name__ == '__main__': - app.run_server(debug=False) \ No newline at end of file + app.run_server(debug=False)