Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
@@ -391,7 +391,7 @@ def create_overlay_plots(df):
|
|
391 |
overlay = hv.Overlay(curves).opts(
|
392 |
opts.Overlay(bgcolor='white',
|
393 |
show_legend=True,
|
394 |
-
legend_position='
|
395 |
legend_opts={
|
396 |
'click_policy': 'hide',
|
397 |
'background_fill_color': 'white',
|
|
|
391 |
overlay = hv.Overlay(curves).opts(
|
392 |
opts.Overlay(bgcolor='white',
|
393 |
show_legend=True,
|
394 |
+
legend_position='top_left',
|
395 |
legend_opts={
|
396 |
'click_policy': 'hide',
|
397 |
'background_fill_color': 'white',
|