Change AreaChart responsive container height to 80%

This commit is contained in:
Alex Holliday
2024-11-19 14:18:29 +08:00
parent 9cf2be774b
commit 0c194a0403

View File

@@ -89,7 +89,7 @@ const CustomAreaChart = ({
return (
<ResponsiveContainer
width="100%"
height="100%"
height="80%" // FE team HELP! Why does this overflow if set to 100%?
>
<AreaChart data={data}>
<XAxis