nylen / d3-process-map

Web application to illustrate the relationships between objects in a process using d3.js.
MIT License
416 stars 196 forks source link

Ability to group nodes #20

Open parthms opened 8 years ago

parthms commented 8 years ago

Hey Nylen,

Firstly, I have to say, you have done an excellent job with the process map. Totally love it! I wanted to use the process map, but I also needed the functionality to group nodes together and be able to collapse/expand them on click.

Here is an example of what I want to add on top of your process map: http://bl.ocks.org/GerHobbelt/3071239

Any guidance would be most helpful.

nylen commented 7 years ago

This is not something I've done before. It would likely require extensive code changes.