diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-17 15:33:12 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-17 15:33:12 +0200 |
commit | 3a9620e8d13dc3d8e576cf4430080bc6ebc1199a (patch) | |
tree | ed5c2b8f9307934690cf65ce3cb0382bd95cc3d6 /app/screens/graph/graph-screen.tsx | |
parent | c8b850133a9acf63f421da4643da07d7cfaa7f98 (diff) |
implemented labels
Diffstat (limited to 'app/screens/graph/graph-screen.tsx')
-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 () => { |