Laura Brooks
Results
3
comments of
Laura Brooks
I found that adding a radiusMargin in simulationOptions lets you account for a larger node radius and makes the lines longer ``` ```
Found an easy css solution to remove hover from the graph labels: ``` .rv-force__label { pointer-events: none; } ```
I haven't found great documentation, but in order to set the length of the links to adjust space between nodes use radiusMargin in simulationOptions. ``` ```