zavavan commited on
Commit
02ec192
·
verified ·
1 Parent(s): 6f03975

Update dashboard.py

Browse files
Files changed (1) hide show
  1. dashboard.py +1 -1
dashboard.py CHANGED
@@ -100,7 +100,7 @@ def create_ontology_bar_charts(ents, **kwargs):
100
  xrotation=45,
101
  xlabel='Label',
102
  ylabel='Frequency',
103
- tooltips=[
104
  ("Label", "@label"),
105
  ("Frequency", "@frequency"),
106
  ("Link", "@url")
 
100
  xrotation=45,
101
  xlabel='Label',
102
  ylabel='Frequency',
103
+ hover_tooltips=[
104
  ("Label", "@label"),
105
  ("Frequency", "@frequency"),
106
  ("Link", "@url")