jacomyal / sigma.js

A JavaScript library aimed at visualizing graphs of thousands of nodes and edges
https://www.sigmajs.org/
MIT License
11.3k stars 1.59k forks source link

Selecting multiple edges at once. #704

Closed MarcD-Developer closed 3 years ago

MarcD-Developer commented 8 years ago

I have a function which can grab the nodes within a selected area and display their attributes in a separate window on the side. However, I want to expand on this by being able to grab the edges within the selected box as well if the edge is connected to two nodes within the selection area. Is it possible to code it by checking if the source and target nodes are within the selection area?

multipleselection

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.