react-force-graph icon indicating copy to clipboard operation
react-force-graph copied to clipboard

Nested Nodes

Open carllau999 opened this issue 5 years ago • 1 comments

Is your feature request related to a problem? Please describe. I want to be able to cluster nodes under a larger node. For example, nodes A and B are inside a bigger node C, and node B is connected to a node outside C. Resulting in this graph [C [A] [B] -]-->[D]

Describe the solution you'd like I want to be able to nest nodes in other ones.

Describe alternatives you've considered I've tried simply grouping nodes together but it doesn't result in the effect I want.

Thank you for reading

carllau999 avatar Aug 10 '20 07:08 carllau999

@carllau999 check out the Click to expand/collapse nodes example ( source ). If think that's the closest you will get with this library. Alternatively, cytoscape.js has nested nodes. (If this adresses your issue please close it)

JonThom avatar Oct 06 '20 17:10 JonThom