Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +2 -1
dashboard.py
CHANGED
@@ -400,7 +400,8 @@ def legend_hook(plot, element):
|
|
400 |
legend.label_text_color = 'black'
|
401 |
legend.spacing = 10
|
402 |
legend.margin = 10
|
403 |
-
legend.label_standoff = 5
|
|
|
404 |
# Distribute legend items in multiple columns
|
405 |
legend.columns = 8 # ⚠ This sets 8 columns for Bokeh >= 2.4
|
406 |
# Move legend below the plot
|
|
|
400 |
legend.label_text_color = 'black'
|
401 |
legend.spacing = 10
|
402 |
legend.margin = 10
|
403 |
+
legend.label_standoff = 5,
|
404 |
+
legend.margin = 20
|
405 |
# Distribute legend items in multiple columns
|
406 |
legend.columns = 8 # ⚠ This sets 8 columns for Bokeh >= 2.4
|
407 |
# Move legend below the plot
|