almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.84k stars 1.48k forks source link

Grouping nested nodes together #3293

Closed arunkumarpro1 closed 7 years ago

arunkumarpro1 commented 7 years ago

Hi,

Is there any way to group nested nodes together under a super node in vis.

I want to achieve the following behavior.

design

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.