diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
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} /> ) : ( <ForceGraph2D ref={graph2dRef} {...graphCommonProps} /> |