Skip to content

Commit 36a5446

Browse files
commented out highlight code
1 parent f527109 commit 36a5446

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

report/src/test/resources/sigmaPlayground.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,10 @@
256256
const Graph = new ForceGraph3D(container)
257257
.graphData(gData)
258258
.nodeLabel('id')
259+
// uncomment when adding highlight control GUI
259260
// .nodeColor(node => highlightNodes.has(node) ? node === hoverNode ? 'rgb(255,0,0,1)' : 'rgba(255,160,0,0.8)' : 'rgba(0,255,255,0.6)')
260-
.linkWidth(link => highlightLinks.has(link) ? 4 : 1)
261-
.linkDirectionalParticles(link => highlightLinks.has(link) ? 4 : 0)
261+
// .linkWidth(link => highlightLinks.has(link) ? 4 : 1)
262+
// .linkDirectionalParticles(link => highlightLinks.has(link) ? 4 : 0)
262263
.linkDirectionalParticleWidth(4)
263264
.width(container.clientWidth)
264265
.height(container.clientHeight)

0 commit comments

Comments
 (0)