Velo changes scale per node instead

This commit is contained in:
Pitchaya Boonsarngsuk
2018-02-12 08:06:53 +00:00
parent b88d3c9bfa
commit 6813be06df
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ function startLinkSimulation() {
.distance(function (n, m) {
return distanceFunction(n, m, props, norm);
})
.stableVelocity(0.000001) //TODO
.stableVelocity(0) //TODO
.onStableVelo(ended);
}
else {