crubier / react-graph-vis

A react component to render nice graphs using vis.js
http://crubier.github.io/react-graph-vis/
MIT License
946 stars 170 forks source link

Is there a way to group nodes together visually other than using groupId .. and thats not working well either #152

Open rchancey opened 1 year ago

rchancey commented 1 year ago

Like others I assume.. I am trying to visually group 'clusters' if nodes together based on a common attribute. Such as age or gender or whatever. Currently some of the examples it uses groupId.. and the colors are manually on each node.

I would like to visually group based on a different attribute in the node. Is there a way to do that?

thanks in advance!

liadlevy-pando commented 1 year ago

Did you find a solution for this? @rchancey