crubier / react-graph-vis

A react component to render nice graphs using vis.js

Home Page:http://crubier.github.io/react-graph-vis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

rchancey opened this issue · comments

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!

Did you find a solution for this? @rchancey