adjust interest graph css

This commit is contained in:
Gabe Farrell 2026-01-12 16:55:48 -05:00
parent fb45e9058d
commit 4ac357816e

View file

@ -81,7 +81,7 @@ export default function InterestGraph({
maxWidth: 440,
overflow: "visible",
}}
margin={{ top: 5, right: 0, left: 0, bottom: 10 }}
margin={{ top: 5, right: 0, left: 0, bottom: 15 }}
data={data}
>
<defs>
@ -109,7 +109,7 @@ export default function InterestGraph({
animationEasing="ease-in-out"
dot={false}
activeDot={false}
style={{ filter: `drop-shadow(0px 0px 5px ${color})` }}
style={{ filter: `drop-shadow(0px 0px 0px ${color})` }}
/>
</AreaChart>
</div>