diff --git a/lightrag_webui/src/components/graph/LayoutsControl.tsx b/lightrag_webui/src/components/graph/LayoutsControl.tsx index d7938d74..2f0cc50a 100644 --- a/lightrag_webui/src/components/graph/LayoutsControl.tsx +++ b/lightrag_webui/src/components/graph/LayoutsControl.tsx @@ -206,9 +206,9 @@ const LayoutsControl = () => { const layoutNoverlap = useLayoutNoverlap({ maxIterations: maxIterations, settings: { - margin: 2, + margin: 5, expansion: 1.1, - gridSize: 5, + gridSize: 1, ratio: 1, speed: 3, }