We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e0c3e commit 04ca618Copy full SHA for 04ca618
components/visuals/pips/components.tsx
@@ -817,7 +817,7 @@ function GraphCanvas({ treeBufferRef }: { treeBufferRef: React.RefObject<Map<num
817
if (!ctx) return;
818
819
const displayWidth = 350;
820
- const displayHeight = 400;
+ const displayHeight = 250;
821
const leftMargin = 35; // Space for the node count labels
822
const topPadding = 8; // Space at the top
823
const rightPadding = 8; // Space on the right
0 commit comments