Fixed Link force jiggling
This commit is contained in:
@@ -35,7 +35,6 @@ function startLinkSimulation() {
|
||||
return distanceFunction(n.source, n.target, props, norm);
|
||||
})
|
||||
// Set the parameter for the algorithm (optional).
|
||||
.strength(1);
|
||||
// Restart the simulation.
|
||||
simulation.alpha(1).restart();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user