zavavan commited on
Commit
17d13e8
·
verified ·
1 Parent(s): f60bcd0

Update dashboard.py

Browse files
Files changed (1) hide show
  1. 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