We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d3cd5c + e4794b1 commit f063c11Copy full SHA for f063c11
1 file changed
app/components/graphView.tsx
@@ -230,7 +230,7 @@ export default function GraphView({
230
ctx.fillStyle = 'black';
231
ctx.textAlign = 'center';
232
ctx.textBaseline = 'middle';
233
- ctx.font = '4px Arial';
+ ctx.font = '2px Arial';
234
const textWidth = ctx.measureText(node.name).width;
235
const ellipsis = '...';
236
const ellipsisWidth = ctx.measureText(ellipsis).width;
0 commit comments