From 7511a001278d652bcccbabb12aa28e0606f59972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilo=20Ram=C3=ADrez?= Date: Tue, 24 Sep 2019 16:12:21 +0200 Subject: [PATCH] Update app.py Update title of RE annual capacity for RE accumulated capacity --- dashboard/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)