From 7d2a8f10999d9fc66b95e79ef1ea8d25ec42328a Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 14 Mar 2016 19:18:26 +0100 Subject: Fix reference to nonexistent distance property of node --- static/status-dnbd3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/status-dnbd3.html b/static/status-dnbd3.html index 263d621..86bfc4e 100644 --- a/static/status-dnbd3.html +++ b/static/status-dnbd3.html @@ -238,7 +238,7 @@ function myGraph(el) { // Force of center gravitation .gravity(.12) // Distance of the links - .distance(function(bla) { return bla.source.distance + bla.target.distance; }) + .distance(function(bla) { return 4; }) // Strength of the links .linkStrength(0.3) // Force with which the links "pull" -- cgit v1.2.3-55-g7522