increase link size

This commit is contained in:
William Jeynes
2026-04-09 13:43:26 +01:00
parent 942865947e
commit ac49351425
+2 -2
View File
@@ -92,8 +92,8 @@ export function App() {
graphData={graphData}
nodeLabel={(node) => node.label}
nodeAutoColorBy="type"
linkDirectionalParticles={1}
linkDirectionalParticleSpeed={0.002}
linkColor={() => "black"}
linkWidth={2.5}
onNodeRightClick={(node) => setSelectedNode(node)}
nodeCanvasObject={(node, ctx, globalScale) => {