From cf26fa2a236228deb5226233c8e6243b3bd64edc Mon Sep 17 00:00:00 2001 From: team3 Date: Sat, 23 May 2026 01:33:15 +0200 Subject: [PATCH] update --- src/views/GraphView.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/GraphView.ts b/src/views/GraphView.ts index f8dacdb..610f4ef 100644 --- a/src/views/GraphView.ts +++ b/src/views/GraphView.ts @@ -164,9 +164,9 @@ export class GraphView { name: "concentric", concentric: (node) => -((node.data("depth") as number) ?? 0), levelWidth: () => 1, - minNodeSpacing: 80, + minNodeSpacing: 40, // @ts-ignore — spacingFactor exists in concentric layout - spacingFactor: 1.6, + spacingFactor: 0.9, fit: true, padding: 30, startAngle: -Math.PI / 2,