diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-15 15:06:41 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-15 15:06:41 +0200 |
commit | e4249979b67127dbeaf8d78bab6500154dcf6cde (patch) | |
tree | 26289ccede62b038a737d91deda88762fdafc69d /app/screens | |
parent | 3de8a0a99f74cef8032d718e4b51d5c9c364db56 (diff) |
added 3d and expandable mode
Diffstat (limited to 'app/screens')
-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(); |