up
This commit is contained in:
parent
73f6df7691
commit
5eb13350c4
@ -256,7 +256,7 @@ if (typeof window.graphData !== 'undefined') {
|
|||||||
.distance(100)
|
.distance(100)
|
||||||
)
|
)
|
||||||
.force('center', d3.forceCenter(width / 2, height / 2))
|
.force('center', d3.forceCenter(width / 2, height / 2))
|
||||||
.force('collision', d3.forceCollide().radius(80))
|
.force('collision', d3.forceCollide().radius(90))
|
||||||
.stop()
|
.stop()
|
||||||
|
|
||||||
const g = svg.append('g')
|
const g = svg.append('g')
|
||||||
|
Loading…
Reference in New Issue
Block a user