Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
@@ -422,7 +422,7 @@ def create_overlay_plots(df):
|
|
422 |
legend = p.legend[0]
|
423 |
legend.orientation = 'horizontal'
|
424 |
legend.location = 'center' # center of the below layout, not plot area
|
425 |
-
legend.ncols =
|
426 |
legend.background_fill_color = 'white'
|
427 |
legend.border_line_color = 'black'
|
428 |
legend.label_text_font_size = '20pt'
|
|
|
422 |
legend = p.legend[0]
|
423 |
legend.orientation = 'horizontal'
|
424 |
legend.location = 'center' # center of the below layout, not plot area
|
425 |
+
legend.ncols = 4
|
426 |
legend.background_fill_color = 'white'
|
427 |
legend.border_line_color = 'black'
|
428 |
legend.label_text_font_size = '20pt'
|