summaryrefslogtreecommitdiff
path: root/app/screens/graph
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-17 23:24:43 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-17 23:24:43 +0200
commit930793cfb95262714ca3642dbbbd7ba0b30eb22e (patch)
tree34ce6e70b8e2831beedde57a5c1504ec05e303a1 /app/screens/graph
parent447e836e0cef64f2285b0fa7facb7dfdbe504d8c (diff)
added galaxy mode for 3d
Diffstat (limited to 'app/screens/graph')
-rw-r--r--app/screens/graph/graph-screen.tsx1
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 () => {