From 3a9620e8d13dc3d8e576cf4430080bc6ebc1199a Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 17 Jul 2021 15:33:12 +0200 Subject: implemented labels --- app/screens/graph/graph-screen.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/screens/graph/graph-screen.tsx') 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 () => { -- cgit v1.2.3