From 51974c46e752974d78af49afdbfb9d137dd062f5 Mon Sep 17 00:00:00 2001 From: Maui Date: Mon, 7 Nov 2022 13:49:45 +0100 Subject: [PATCH] feat: increase link width --- src/components/Graph/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Graph/index.tsx b/src/components/Graph/index.tsx index fbee9d2..5699162 100644 --- a/src/components/Graph/index.tsx +++ b/src/components/Graph/index.tsx @@ -95,6 +95,7 @@ export const Graph3D = () => { height={height} backgroundColor={'rgba(0,0,0,0)'} linkColor={getLinkColor} + linkWidth={0.15} linkOpacity={0.7} linkDirectionalArrowLength={2.5} linkDirectionalArrowRelPos={1}