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

Update dashboard.py

Browse files
Files changed (1) hide show
  1. dashboard.py +2 -1
dashboard.py CHANGED
@@ -424,7 +424,8 @@ def create_overlay_plots(df):
424
  #ylim=(0, max_y + 0.18*max_y),
425
  width=1700,
426
  height=500,
427
- hooks=[lambda p, _: p.state.update(border_fill_color='white'), legend_hook, hook1],
 
428
  ),
429
  opts.Curve(
430
  show_grid=True,
 
424
  #ylim=(0, max_y + 0.18*max_y),
425
  width=1700,
426
  height=500,
427
+ hooks=[legend_hook, hook1],
428
+ #lambda p, _: p.state.update(border_fill_color='white')
429
  ),
430
  opts.Curve(
431
  show_grid=True,