Skip to content

Commit 461989d

Browse files
authored
.
1 parent c8ea4e9 commit 461989d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_static/protocolsView.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
});
166166

167167
const chargeForce = d3.forceManyBody()
168-
.strength(d => d.type==="lvl1"? -180 : d.type==="lvl2"? -80 : d.type==="lvl3"? -40 : -40);
168+
.strength(d => d.type==="lvl1"? -250 : d.type==="lvl2"? -120 : d.type==="lvl3"? -50 : -30);
169169

170170
const simulation = d3.forceSimulation(graph.nodes)
171171
.force("link", d3.forceLink(graph.links).id(d=>d.id).distance(50))

0 commit comments

Comments
 (0)