Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- 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 |
-
|
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")
|