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

Update index.html

Browse files
Files changed (1) hide show
  1. 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>