increase link size
This commit is contained in:
@@ -92,8 +92,8 @@ export function App() {
|
|||||||
graphData={graphData}
|
graphData={graphData}
|
||||||
nodeLabel={(node) => node.label}
|
nodeLabel={(node) => node.label}
|
||||||
nodeAutoColorBy="type"
|
nodeAutoColorBy="type"
|
||||||
linkDirectionalParticles={1}
|
linkColor={() => "black"}
|
||||||
linkDirectionalParticleSpeed={0.002}
|
linkWidth={2.5}
|
||||||
onNodeRightClick={(node) => setSelectedNode(node)}
|
onNodeRightClick={(node) => setSelectedNode(node)}
|
||||||
|
|
||||||
nodeCanvasObject={(node, ctx, globalScale) => {
|
nodeCanvasObject={(node, ctx, globalScale) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user