yangdx
commited on
Commit
·
3baa11a
1
Parent(s):
b82fcce
Adjust layout noverlap margin and grid size.
Browse files
lightrag_webui/src/components/graph/LayoutsControl.tsx
CHANGED
@@ -206,9 +206,9 @@ const LayoutsControl = () => {
|
|
206 |
const layoutNoverlap = useLayoutNoverlap({
|
207 |
maxIterations: maxIterations,
|
208 |
settings: {
|
209 |
-
margin:
|
210 |
expansion: 1.1,
|
211 |
-
gridSize:
|
212 |
ratio: 1,
|
213 |
speed: 3,
|
214 |
}
|
|
|
206 |
const layoutNoverlap = useLayoutNoverlap({
|
207 |
maxIterations: maxIterations,
|
208 |
settings: {
|
209 |
+
margin: 5,
|
210 |
expansion: 1.1,
|
211 |
+
gridSize: 1,
|
212 |
ratio: 1,
|
213 |
speed: 3,
|
214 |
}
|