crubier / react-graph-vis

A react component to render nice graphs using vis.js
http://crubier.github.io/react-graph-vis/
MIT License
948 stars 170 forks source link

Node tooltip does not show up #79

Closed MosMK closed 3 years ago

MosMK commented 4 years ago

The class vis-tooltip should have position absolute to be shown. I could pull a request if you want to.

karldahlgren commented 4 years ago

Hi @MosMK! I was also struggling with this issue recently, but I managed to solve it by including the vis.min.css in my index.html file.

<link href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis.min.css" rel="stylesheet" type="text/css" />

I hope that this solves your issue. Best regards, Karl Dahlgren

crubier commented 3 years ago

Indeed, same as https://stackoverflow.com/questions/42852571/activating-the-manipulation-system-in-react-graph-vis