Grouping by attribute rather than groupId
I am trying to organize the nodes visually based on a selected attribute. It seems this is mostly done by group.... and vis network naturally somehow groups same group closer together. Is there a way to override that to return an attribute other than groupId?
like if I had a network of people and wanted to show all the same timezone together in a group.. and timezone is an attribute on the node.. how can that be done. I have searched the examples.
I have learned to cluster by an attribute .. but that just makes a single node. .what I need is a visual similar to the World Cup visualization.
thanks in advance!!
This is not an 'issue' . just asking for help.. but not sure how to tag it other than issue.. thats the option that is presented to me.
Did you find a solution for this?