mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 01:09:49 +00:00
Update src/components/StandartGauge.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
This commit is contained in:
parent
df45d98cfb
commit
2a5bdc1131
@ -10,7 +10,7 @@ interface StandartGaugeProps {
|
||||
data: Data[]
|
||||
}
|
||||
|
||||
const StandartGauge = ({ data }: StandartGaugeProps) => (
|
||||
const StandardGauge = ({ data }: StandardGaugeProps) => (
|
||||
<ResponsivePie
|
||||
data={data}
|
||||
margin={{ top: 40, right: 80, bottom: 80, left: 80 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user