summaryrefslogtreecommitdiff
path: root/app/screens
diff options
context:
space:
mode:
Diffstat (limited to 'app/screens')
-rw-r--r--app/screens/graph/graph-screen.tsx4
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();