reduce link strength
This commit is contained in:
parent
5c0cc33e34
commit
018b6d162b
|
@ -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
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue