We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 954f283 + f063c11 commit 3281912Copy full SHA for 3281912
1 file changed
app/components/graphView.tsx
@@ -208,7 +208,7 @@ export default function GraphView({
208
ctx.fillStyle = 'black';
209
ctx.textAlign = 'center';
210
ctx.textBaseline = 'middle';
211
- ctx.font = '4px Arial';
+ ctx.font = '2px Arial';
212
const textWidth = ctx.measureText(node.name).width;
213
const ellipsis = '...';
214
const ellipsisWidth = ctx.measureText(ellipsis).width;
0 commit comments