Update index.html
Browse files- index.html +3 -0
index.html
CHANGED
@@ -18,6 +18,9 @@
|
|
18 |
.nodeLabel(
|
19 |
node => `${node.group}: ${node.id} - ${node.details}`
|
20 |
)
|
|
|
|
|
|
|
21 |
;
|
22 |
</script>
|
23 |
</body>
|
|
|
18 |
.nodeLabel(
|
19 |
node => `${node.group}: ${node.id} - ${node.details}`
|
20 |
)
|
21 |
+
.linkOpacity(0)
|
22 |
+
.linkWidth(0)
|
23 |
+
.linkVisibility(false)
|
24 |
;
|
25 |
</script>
|
26 |
</body>
|