Skip to content

Commit 04ca618

Browse files
committed
fix canvas height
1 parent 33e0c3e commit 04ca618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/visuals/pips/components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ function GraphCanvas({ treeBufferRef }: { treeBufferRef: React.RefObject<Map<num
817817
if (!ctx) return;
818818

819819
const displayWidth = 350;
820-
const displayHeight = 400;
820+
const displayHeight = 250;
821821
const leftMargin = 35; // Space for the node count labels
822822
const topPadding = 8; // Space at the top
823823
const rightPadding = 8; // Space on the right

0 commit comments

Comments
 (0)