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,