Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
@@ -403,7 +403,7 @@ def create_overlay_plots(df):
|
|
403 |
'label_text_color': 'black',
|
404 |
'label_text_font_size': '9pt',
|
405 |
},
|
406 |
-
ylim=(0, max_y + 0.
|
407 |
width=1400,
|
408 |
height=900,
|
409 |
legend_offset=(0, 0),
|
|
|
403 |
'label_text_color': 'black',
|
404 |
'label_text_font_size': '9pt',
|
405 |
},
|
406 |
+
ylim=(0, max_y + 0.15*max_y),
|
407 |
width=1400,
|
408 |
height=900,
|
409 |
legend_offset=(0, 0),
|