WestHealth/pyvis

Copy title when mouse over a node

yudizhangzyd opened this issue · 1 comments

Hi,

Suppose I have this
net.add_node(1, title = 'node 123', size = 20)
net.add_node(2, title = 'node 1234', size = 20)
and when I put mouse on the mode, title will pop up, wondering if I can copy the text when it pop up?
Every time I move the mouse, the text will disappear.

Thanks!

Making the node clickable that when clicked shows their value(or even extra attributes) on the side.

Also it would be great if we can copy the values from select_menu or filter_menu

class pyvis.network.Network(height=’600px’, width=’100%’, directed=False, notebook=False,
neighborhood_highlight=False, select_menu=False, filter_menu=False, bgcolor=’#ffffff ’, font_color=False, layout=None,
heading=”, cdn_resources=’local’