Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
Update title of RE annual capacity for RE accumulated capacity
  • Loading branch information
camiloramirezgo authored Sep 24, 2019
1 parent 5158c27 commit 7511a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down Expand Up @@ -1432,4 +1432,4 @@ def toggle_collapse(n, is_open):
return is_open

if __name__ == '__main__':
app.run_server(debug=False)
app.run_server(debug=False)

0 comments on commit 7511a00

Please sign in to comment.