We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents daca1bf + f063c11 commit a436b63Copy full SHA for a436b63
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