Nested Nodes
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 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)