mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 03:50:40 +00:00
fix line chart
This commit is contained in:
parent
a06581eef5
commit
5921af3527
@ -37,7 +37,7 @@ const LineChart = ({ years, userGains }: LineChartProps) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<Stack>
|
||||
<Stack width={'100%'} height={'75%'} >
|
||||
<Line data={data} options={options} />
|
||||
</Stack>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user