Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +2 -2
dashboard.py
CHANGED
@@ -424,8 +424,8 @@ def create_overlay_plots(df):
|
|
424 |
#ylim=(0, max_y + 0.18*max_y),
|
425 |
width=1700,
|
426 |
height=500,
|
427 |
-
hooks=[legend_hook, hook1],
|
428 |
-
|
429 |
),
|
430 |
opts.Curve(
|
431 |
show_grid=True,
|
|
|
424 |
#ylim=(0, max_y + 0.18*max_y),
|
425 |
width=1700,
|
426 |
height=500,
|
427 |
+
hooks=[legend_hook, hook1, lambda p, _: p.state.update(border_fill_color='white')],
|
428 |
+
|
429 |
),
|
430 |
opts.Curve(
|
431 |
show_grid=True,
|