I am not able to see the edge information when I hover over the edge

Hi @prudhvi.vuda ,

As far as I know, the hover will appear on the top of points, which is your nodes.
By default you cannot put hover text on the top of line (edges).

If you want hover over the edges, you can use interpolate modul from scipy to generate points between two nodes and set hovertext about those new generated points as edge’s data.

https://docs.scipy.org/doc/scipy/tutorial/interpolate/1D.html#piecewise-linear-interpolation

2 Likes