diff options
Diffstat (limited to 'app/screens/graph')
-rw-r--r-- | app/screens/graph/graph-screen.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/screens/graph/graph-screen.tsx b/app/screens/graph/graph-screen.tsx index bba2955..9dc7c90 100644 --- a/app/screens/graph/graph-screen.tsx +++ b/app/screens/graph/graph-screen.tsx @@ -32,7 +32,9 @@ export const GraphScreen = observer(function GraphScreen() { charge: -30, collision: false, linkStrength: 1, - linkIts: 1 + linkIts: 1, + collapse: false, + threedim: false }); const gData = genRandomTree(); |