Skip to content

Commit

Permalink
feat: improved spash graph layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Rassl committed Oct 2, 2024
1 parent ae1fb91 commit 916f704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/useGraphStore/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const useGraphStore = create<GraphStore>()((set, get) => ({
'y',
forceY()
.y((node: NodeExtended) => nodeTypes.indexOf(node.node_type) * 400)
.strength(1),
.strength(10),
)
},

Expand Down

0 comments on commit 916f704

Please sign in to comment.