Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
@@ -454,7 +454,7 @@ def create_overlay_plots(df):
|
|
454 |
show_legend=True,
|
455 |
#legend_position='top_left',
|
456 |
#ylim=(0, max_y + 0.18*max_y),
|
457 |
-
width=
|
458 |
height=900,
|
459 |
#padding=(0.2, 0.2),
|
460 |
hooks=[move_legend_below,hook1,lambda p, _: p.state.update(border_fill_color='white')],
|
|
|
454 |
show_legend=True,
|
455 |
#legend_position='top_left',
|
456 |
#ylim=(0, max_y + 0.18*max_y),
|
457 |
+
width=1850,
|
458 |
height=900,
|
459 |
#padding=(0.2, 0.2),
|
460 |
hooks=[move_legend_below,hook1,lambda p, _: p.state.update(border_fill_color='white')],
|