rosacastillo commited on
Commit
795d0fe
·
1 Parent(s): f1c61d8
Files changed (1) hide show
  1. tabs/invalid_markets.py +1 -1
tabs/invalid_markets.py CHANGED
@@ -35,7 +35,7 @@ def plot_daily_nr_invalid_markets(invalid_trades: pd.DataFrame):
35
  y_title="nr_markets",
36
  interactive=True,
37
  show_actions_button=True,
38
- tooltip=["creation_date", "nr_markets", "count"],
39
  height=HEIGHT,
40
  width=WIDTH,
41
  )
 
35
  y_title="nr_markets",
36
  interactive=True,
37
  show_actions_button=True,
38
+ tooltip=["creation_date", "nr_markets", "trades_count"],
39
  height=HEIGHT,
40
  width=WIDTH,
41
  )