reduce link strength

alfred-data
Nils Schneider 2012-09-12 20:33:37 +02:00
parent 5c0cc33e34
commit 018b6d162b
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ var force = d3.layout.force()
switch (d.type) { switch (d.type) {
case "vpn": return 0.01 case "vpn": return 0.01
case "client": return 1 case "client": return 1
default: return 1 default: return 0.2
} }
}) })