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