This commit is contained in:
Garry Ing 2021-04-18 11:29:36 -04:00
parent 73f6df7691
commit 5eb13350c4
No known key found for this signature in database
GPG Key ID: 3B379B1F2193CC3E

View File

@ -256,7 +256,7 @@ if (typeof window.graphData !== 'undefined') {
.distance(100)
)
.force('center', d3.forceCenter(width / 2, height / 2))
.force('collision', d3.forceCollide().radius(80))
.force('collision', d3.forceCollide().radius(90))
.stop()
const g = svg.append('g')