Skip to content

Commit 1f2cf82

Browse files
authored
Update 256Concepts.html
1 parent 2c8ce3e commit 1f2cf82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/256Concepts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
var simulation = d3.forceSimulation(nodes)
5353
.force('charge', d3.forceManyBody().strength(-200))
54-
.force('center', d3.forceCenter(width / 15, height / 15))
54+
.force('center', d3.forceCenter(width / 5, height / 5))
5555
.force('link', d3.forceLink().links(links))
5656
.on('tick', ticked);
5757

0 commit comments

Comments
 (0)