kaizuberbuehler commited on
Commit
56c60c2
·
verified ·
1 Parent(s): cd9bf75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -68,7 +68,8 @@ def create_chart():
68
  xaxis_title='Quarter',
69
  yaxis_title='Capex (Millions of USD)',
70
  barmode='stack',
71
- legend_title='Companies'
 
72
  )
73
 
74
  return fig
 
68
  xaxis_title='Quarter',
69
  yaxis_title='Capex (Millions of USD)',
70
  barmode='stack',
71
+ legend_title='Companies',
72
+ height=1000
73
  )
74
 
75
  return fig