From 20595af037ac7da8b83006b6c2ab8ee674649253 Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Mon, 12 Jan 2026 16:18:27 -0500 Subject: [PATCH] add margin to prevent clipping --- client/app/components/InterestGraph.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/app/components/InterestGraph.tsx b/client/app/components/InterestGraph.tsx index e737ac6..02b704c 100644 --- a/client/app/components/InterestGraph.tsx +++ b/client/app/components/InterestGraph.tsx @@ -79,7 +79,9 @@ export default function InterestGraph({ width: "100%", aspectRatio: 3.5, maxWidth: 440, + overflow: "visible", }} + margin={{ top: 5, right: 0, left: 0, bottom: 10 }} data={data} >