Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
.nodeLabel(
|
| 19 |
node => `${node.group}: ${node.id} - ${node.details}`
|
| 20 |
)
|
| 21 |
-
.linkOpacity(.
|
| 22 |
.linkWidth(0)
|
| 23 |
.linkVisibility(true)
|
| 24 |
;
|
|
|
|
| 18 |
.nodeLabel(
|
| 19 |
node => `${node.group}: ${node.id} - ${node.details}`
|
| 20 |
)
|
| 21 |
+
.linkOpacity(.1)
|
| 22 |
.linkWidth(0)
|
| 23 |
.linkVisibility(true)
|
| 24 |
;
|