fix line chart
This commit is contained in:
parent
a06581eef5
commit
5921af3527
|
@ -37,7 +37,7 @@ const LineChart = ({ years, userGains }: LineChartProps) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Stack>
|
<Stack width={'100%'} height={'75%'} >
|
||||||
<Line data={data} options={options} />
|
<Line data={data} options={options} />
|
||||||
</Stack>
|
</Stack>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue