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[]
|
data: Data[]
|
||||||
}
|
}
|
||||||
|
|
||||||
const StandartGauge = ({ data }: StandartGaugeProps) => (
|
const StandardGauge = ({ data }: StandardGaugeProps) => (
|
||||||
<ResponsivePie
|
<ResponsivePie
|
||||||
data={data}
|
data={data}
|
||||||
margin={{ top: 40, right: 80, bottom: 80, left: 80 }}
|
margin={{ top: 40, right: 80, bottom: 80, left: 80 }}
|
||||||
|
|
Loading…
Reference in New Issue