Is there any way to group nested nodes together under a super node in vis.
I want to achieve the following behavior.
I want to nest the nodes Node 11, Node 12, Node 13 within Node 1. So, when I click on Node 1 (diagram (A)), I would like to display the nested nodes and also extend the edges to the nested nodes (as shown in (diagram (B)).
Could anyone suggest me an idea to implement the above feature using vis?
Hi,
Is there any way to group nested nodes together under a super node in vis.
I want to achieve the following behavior.
I want to nest the nodes Node 11, Node 12, Node 13 within Node 1. So, when I click on Node 1 (diagram (A)), I would like to display the nested nodes and also extend the edges to the nested nodes (as shown in (diagram (B)).
Could anyone suggest me an idea to implement the above feature using vis?
Thanks in advance.