diff --git a/src/main/frontend/extensions/graph/pixi.cljs b/src/main/frontend/extensions/graph/pixi.cljs index 04b7aa160..3b31817a5 100644 --- a/src/main/frontend/extensions/graph/pixi.cljs +++ b/src/main/frontend/extensions/graph/pixi.cljs @@ -93,7 +93,7 @@ (-> (forceCollide) (.radius (+ 8 18)))) (.force "x" (-> (forceX 0) (.strength 0.02))) - (.force "y" (-> (forceX 0) (.strength 0.02))) + (.force "y" (-> (forceY 0) (.strength 0.02))) (.force "center" (forceCenter)) (.tick 3) (.stop))))