Adjust layout noverlap margin and grid size.

This commit is contained in:
yangdx
2025-03-18 11:26:39 +08:00
parent 77c23a23e4
commit 00e05a12b0

View File

@@ -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,
}