Change LinkForceTweaked name
This commit is contained in:
@@ -11,7 +11,7 @@ function startLinkSimulation() {
|
||||
let links = [], force;
|
||||
|
||||
if (tweakedVerOfLink) {
|
||||
force = d3.forceLinkTweaked()
|
||||
force = d3.forceLinkFullyConnected()
|
||||
.distance(function (n) {
|
||||
return distanceFunction(n.source, n.target, props, norm);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user