zavavan commited on
Commit
ef12036
·
verified ·
1 Parent(s): eb3d27d

Update dashboard.py

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