mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-18 22:37:39 +00:00
clear code
This commit is contained in:
parent
fa4a5a37ec
commit
b7438f6312
@ -10,7 +10,6 @@ const ConsensusUptimeCard = () => {
|
||||
borderRadius: '16px',
|
||||
}}
|
||||
>
|
||||
|
||||
<YStack space={'$3'} width={'260px'} height={'156px'}>
|
||||
<Text size={15} weight={'semibold'}>Consensus Uptime </Text>
|
||||
<XStack space={'$2'}>
|
||||
|
@ -10,7 +10,7 @@ const data: DataItem[] = [
|
||||
},
|
||||
{
|
||||
// name: 'Feb',
|
||||
pv: 0 ,
|
||||
pv: 0,
|
||||
pa: 0
|
||||
},
|
||||
{
|
||||
@ -46,14 +46,11 @@ interface DataItem {
|
||||
pv: number;
|
||||
}
|
||||
|
||||
|
||||
const UptimeChart = () => {
|
||||
return (
|
||||
<ResponsiveContainer >
|
||||
<BarChart
|
||||
data={data}
|
||||
margin={{
|
||||
}}
|
||||
style={{ backgroundColor: '#F0F2F5' }}
|
||||
>
|
||||
{/* <XAxis dataKey="name" fontSize={'10px'} width={50} /> */}
|
||||
|
Loading…
x
Reference in New Issue
Block a user