jimmybow / visdcc

Dash Core Components for Visualization.
MIT License
144 stars 18 forks source link

Is it possible to trigger a callback when clicking on a node in visdcc.Network? #43

Closed DanielPerezJensen closed 2 years ago

DanielPerezJensen commented 2 years ago

In a normal dcc graph, it's possible to trigger callbacks when clicking in a graph (https://dash.plotly.com/interactive-graphing). Is this also possible in visdcc.Network?

I want to be able to click on a node and then display it's features in a little menu. If this question has been asked before I am sorry for repeating it but having difficulty finding it in the examples or closed issues.

Any help is appreciated.

DanielPerezJensen commented 2 years ago

I seem to have missed quite a clear example in the documentation under Get Selected Nodes and Edges