zavavan commited on
Commit
2ff9fdc
·
verified ·
1 Parent(s): a5bbf1e

Update dashboard.py

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