diff options
-rw-r--r-- | static/status-dnbd3.html | 2 |
1 files changed, 1 insertions, 1 deletions
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" |