diff options
Diffstat (limited to 'app/screens/graph')
-rw-r--r-- | app/screens/graph/graph-screen.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/screens/graph/graph-screen.tsx b/app/screens/graph/graph-screen.tsx index 1c91721..6fa7539 100644 --- a/app/screens/graph/graph-screen.tsx +++ b/app/screens/graph/graph-screen.tsx @@ -46,6 +46,8 @@ export const GraphScreen = observer(function GraphScreen() { linkWidth: 1, particleWidth: 1, nodeRel: 1, + labels: true, + labelScale: 1, } const getData = async () => { |