You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to group multiple nodes by 'type':
{
"name": "node1",
"type": "user",
"metadata": {
"streaming": 1
},
"renderer": "focusedChild"
},
{
"name": "node2",
"type": "storage",
"metadata": {
"streaming": 1
},
"renderer": "focusedChild"
},
{
"name": "node3",
"type": "user",
"metadata": {
"streaming": 1
},
"renderer": "focusedChild"
}
"name": "node4",
"type": "department",
"metadata": {
"streaming": 1
},
"renderer": "focusedChild"
}
here node1 & node2 can be grouped and position at the left side, node3 at center & node4 would be at the right end.... It would be helpful if you can direct me on how to get this feature
The text was updated successfully, but these errors were encountered:
This would be a great feature! It would definitely be something useful. You would have to make it a parameter to the layout functions and try to figure it out in the layout algorithm.
Is it possible to group multiple nodes by 'type':
{
"name": "node1",
"type": "user",
"metadata": {
"streaming": 1
},
"renderer": "focusedChild"
},
{
"name": "node2",
"type": "storage",
"metadata": {
"streaming": 1
},
"renderer": "focusedChild"
},
{
"name": "node3",
"type": "user",
"metadata": {
"streaming": 1
},
"renderer": "focusedChild"
}
"name": "node4",
"type": "department",
"metadata": {
"streaming": 1
},
"renderer": "focusedChild"
}
here node1 & node2 can be grouped and position at the left side, node3 at center & node4 would be at the right end.... It would be helpful if you can direct me on how to get this feature
The text was updated successfully, but these errors were encountered: