christophergandrud / networkD3

D3 JavaScript Network Graphs from R
http://christophergandrud.github.io/networkD3
649 stars 270 forks source link

Feature request: collapse or bundle nodes #258

Closed tylerbhampton closed 4 months ago

tylerbhampton commented 5 years ago

I've seen this feature for d3.js. I'm wondering if you know of or could impliment this for networkD3? The ability to group nodes and ungroup them. http://bl.ocks.org/GerHobbelt/3071239

cjyetman commented 5 years ago

Just to be clear, that is not a feature of d3.js, but a feature that some people have built-in to their custom visualizations based on d3.js.

I, and probably a few of the other maintainers/developers here, are aware of the possibility and the utility of this feature, but adding new significant features is not a high priority at the moment.

TS404 commented 4 years ago

I can confirm this would be hugely useful as a general feature. I'm looking to use this package for visualising networks of COVID19 publications clustered by authors, topics and citations (openVirus).