{node.mainStat && statToString(node.mainStat, node.dataFrameRowIndex)}
@@ -98,7 +98,7 @@ export const Node = memo(function Node(props: {
x={node.x - (hovering ? 100 : 50)}
y={node.y + nodeR + 5}
width={hovering ? '200' : '100'}
- height="30"
+ height="40"
>
{node.title}