diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/components/graph/graph.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/components/graph/graph.tsx b/app/components/graph/graph.tsx index 1202413..94a4fe1 100644 --- a/app/components/graph/graph.tsx +++ b/app/components/graph/graph.tsx @@ -212,6 +212,7 @@ export const Graph = observer(function Graph(props: GraphProps): JSX.Element { // !node.childLinks.length ? "green" : node.collapsed ? "red" : "yellow" //} //onNodeClick={!physics.collapse ? null : handleNodeClick} + nodeLabel={node => node.title} //nodeVal={(node) => node.childLinks.length + 1} //d3VelocityDecay={visco} linkWidth={physics.linkWidth} |