diff --git a/src/components/Charts/StandardGauge.tsx b/src/components/Charts/StandardGauge.tsx index f6204260..99bfafb9 100644 --- a/src/components/Charts/StandardGauge.tsx +++ b/src/components/Charts/StandardGauge.tsx @@ -17,8 +17,6 @@ const StandardGauge = ({ data }: StandardGaugeProps) => ( margin={{ top: 0, right: 0, bottom: 0, left: 0 }} innerRadius={0.65} colors={datum => datum.data.color} - fit={false} - activeOuterRadiusOffset={8} enableArcLinkLabels={false} arcLinkLabelsColor={{ from: 'color' }} enableArcLabels={false}