Update 404.html

This commit is contained in:
FURK4NGG
2025-03-16 00:01:58 +03:00
committed by GitHub
parent c84561f0e9
commit f0d98b8e43
+1 -1
View File
@@ -67,7 +67,7 @@
const simulation = d3.forceSimulation(nodes) const simulation = d3.forceSimulation(nodes)
.force("center", d3.forceCenter(width / 2, height / 2)) .force("center", d3.forceCenter(width / 2, height / 2))
.force("collision", d3.forceCollide().radius(d => d.radius + 5)) .force("collision", d3.forceCollide().radius(d => d.radius + 2))
.force("attraction", d3.forceManyBody().strength(attractionForce)) // Güç buradan çekiliyor .force("attraction", d3.forceManyBody().strength(attractionForce)) // Güç buradan çekiliyor
.force("x", d3.forceX(width / 2).strength(0.1)) .force("x", d3.forceX(width / 2).strength(0.1))
.force("y", d3.forceY(height / 2).strength(0.1)) .force("y", d3.forceY(height / 2).strength(0.1))