diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-17 23:24:43 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-17 23:24:43 +0200 |
commit | 930793cfb95262714ca3642dbbbd7ba0b30eb22e (patch) | |
tree | 34ce6e70b8e2831beedde57a5c1504ec05e303a1 /app/screens/graph | |
parent | 447e836e0cef64f2285b0fa7facb7dfdbe504d8c (diff) |
added galaxy mode for 3d
Diffstat (limited to 'app/screens/graph')
-rw-r--r-- | app/screens/graph/graph-screen.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/screens/graph/graph-screen.tsx b/app/screens/graph/graph-screen.tsx index 008e53b..a33c6b1 100644 --- a/app/screens/graph/graph-screen.tsx +++ b/app/screens/graph/graph-screen.tsx @@ -55,6 +55,7 @@ export const GraphScreen = observer(function GraphScreen() { gravityOn: true, hover: true, colorful: true, + galaxy: true, } const getData = async () => { |