diff options
Diffstat (limited to 'app/screens/graph/graph-screen.tsx')
-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 () => { |