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 used the sigma JS Plugin from Gephi to generate the graph. I want to apply border to nodes. So far, I have changed my config.json to add the following lines which gives me a border around every node. How can apply border to node on selective nodes. Reading from earlier threads, I understand i have to change the drawBorder property and set it to false. Where do I write this ? Is it in the data.json file ? Please give example . Following are the lines of code I added in the config.json to get border around every node.
Hi Everyone,
I used the sigma JS Plugin from Gephi to generate the graph. I want to apply border to nodes. So far, I have changed my config.json to add the following lines which gives me a border around every node. How can apply border to node on selective nodes. Reading from earlier threads, I understand i have to change the drawBorder property and set it to false. Where do I write this ? Is it in the data.json file ? Please give example . Following are the lines of code I added in the config.json to get border around every node.
"borderSize": 5,
"nodeBorderColor": "default",
"defaultNodeBorderColor": "#000",
"defaultBorderView": "always",
Regards,
Mangesh
The text was updated successfully, but these errors were encountered: