alihmaou commited on
Commit
6f34f66
·
verified ·
1 Parent(s): 56cdf81

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -18,9 +18,9 @@
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>
 
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>