dracor-org / dracor-frontend

Frontend for the DraCor API
https://dracor.org
MIT License
4 stars 6 forks source link

Show connected nodes on click in network graph #258

Open cmil opened 1 year ago

cmil commented 1 year ago

A click on a node should show nodes directly connected to the focal node (distance = 1) (see "Bind callbacks to events" example on Sigma.js homepage).

(extracted from #169)