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