You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, there is a problem when using hrefs in the title of a node and wanting to add a title to an edge. i looked at the code and what's happening is basically that
.vis-network-tooltip {
display:none;
}
just hides everything. but i guess if you change it then there will be two titles on the nodes.. would be nice if you could fix it
all the best
The text was updated successfully, but these errors were encountered:
Hey, there is a problem when using hrefs in the title of a node and wanting to add a title to an edge. i looked at the code and what's happening is basically that
.vis-network-tooltip {
display:none;
}
just hides everything. but i guess if you change it then there will be two titles on the nodes.. would be nice if you could fix it
all the best
The text was updated successfully, but these errors were encountered: