Make a graph with circles bigger than radius:5
corganfuzz opened this issue · 2 comments
corganfuzz commented
Tzinov15 commented
I have the same question, how can you configure the length of links between nodes?
laurabrooks commented
I found that adding a radiusMargin in simulationOptions lets you account for a larger node radius and makes the lines longer
<InteractiveForceGraph
simulationOptions = {{
height: 900,
width: 1680,
radiusMargin: 20 //3 is default
}}
>