mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-20 08:39:43 -06:00
Change AreaChart responsive container height to 80%
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user