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
I'm trying to change the background color of clusters in react-graph-vis. I have written options like this. Other attributes are correctly working but no changes regarding clustering. Can you provide example on how to do this.
I'm trying to change the background color of clusters in react-graph-vis. I have written options like this. Other attributes are correctly working but no changes regarding clustering. Can you provide example on how to do this.
options = { joinCondition: (nodeOptions) => { return nodeOptions.cid === 1; }, clusterNodeProperties : { color: { background : 'red' } },
The text was updated successfully, but these errors were encountered: