add margin to prevent clipping

This commit is contained in:
Gabe Farrell 2026-01-12 16:18:27 -05:00
parent 8556c38ecd
commit 20595af037

View file

@ -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}
>
<defs>