use labels to fix resize bug

This commit is contained in:
Hristo Nedelkov 2023-10-26 13:01:11 +03:00
parent 2cead360c5
commit 5777233aec
1 changed files with 7 additions and 3 deletions

View File

@ -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>