mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
use labels to fix resize bug
This commit is contained in:
parent
2cead360c5
commit
5777233aec
@ -36,10 +36,14 @@ const ConsensusUptimeCard = () => {
|
||||
}}
|
||||
>
|
||||
<UptimeChart
|
||||
monthlyActivity={monthlyActivity}
|
||||
// monthlyActivity={monthlyActivity}
|
||||
// startMonth={0}
|
||||
// endMonth={1}
|
||||
// withLabels={false}
|
||||
startMonth={0}
|
||||
endMonth={1}
|
||||
withLabels={false}
|
||||
endMonth={3}
|
||||
monthlyActivity={[10, 1, 3, 4, 5, 1, 7, 1, 6, 3, 1, 9]}
|
||||
withLabels={true}
|
||||
/>
|
||||
</Stack>
|
||||
</XStack>
|
||||
|
Loading…
x
Reference in New Issue
Block a user