From 8b9d53389fe346259f4288f341abc2df5d5679aa Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Wed, 28 Jul 2021 15:03:38 +0200 Subject: added more node/link opacity and resolution options --- pages/index.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pages') diff --git a/pages/index.tsx b/pages/index.tsx index d197ae5..00e87d8 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -598,6 +598,9 @@ export const Graph = function (props: GraphProps) { {...graphCommonProps} nodeThreeObjectExtend={true} backgroundColor={theme.colors.white} + nodeOpacity={physics.nodeOpacity} + nodeResolution={physics.nodeResolution} + linkOpacity={physics.linkOpacity} /> ) : ( -- cgit v1.2.3