summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/index.tsx3
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} />