Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -209,8 +209,8 @@ def generate_graph(investors, filtered_data):
|
|
209 |
titlefont_size=24,
|
210 |
margin=dict(l=20, r=20, t=60, b=20),
|
211 |
hovermode='closest',
|
212 |
-
width=
|
213 |
-
height=
|
214 |
)
|
215 |
|
216 |
fig.update_layout(
|
|
|
209 |
titlefont_size=24,
|
210 |
margin=dict(l=20, r=20, t=60, b=20),
|
211 |
hovermode='closest',
|
212 |
+
width=1400,
|
213 |
+
height=1000
|
214 |
)
|
215 |
|
216 |
fig.update_layout(
|