mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 03:50:40 +00:00
fix: height error from recharts library
This commit is contained in:
parent
fec0532519
commit
26196d64bf
@ -223,7 +223,7 @@ const UptimeChart = ({ monthlyActivity, startMonth, endMonth, withLabels }: Upti
|
||||
<Bar dataKey="eight" barSize={10} fill="#E95460" />
|
||||
<Bar dataKey="nine" barSize={10} fill="#E95460" />
|
||||
<Bar dataKey="ten" barSize={10} fill="#E95460" />
|
||||
{withLabels && <XAxis dataKey="name" fontSize={'10px'} tickMargin={10} />}
|
||||
{withLabels && <XAxis dataKey="name" fontSize={'10px'} tickMargin={10} height={24} />}
|
||||
</BarChart>
|
||||
</ResponsiveContainer>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user