fix: Mouse over event on gauge
This commit is contained in:
parent
a6659fdf4a
commit
092c65e57e
|
@ -17,8 +17,6 @@ const StandardGauge = ({ data }: StandardGaugeProps) => (
|
||||||
margin={{ top: 0, right: 0, bottom: 0, left: 0 }}
|
margin={{ top: 0, right: 0, bottom: 0, left: 0 }}
|
||||||
innerRadius={0.65}
|
innerRadius={0.65}
|
||||||
colors={datum => datum.data.color}
|
colors={datum => datum.data.color}
|
||||||
fit={false}
|
|
||||||
activeOuterRadiusOffset={8}
|
|
||||||
enableArcLinkLabels={false}
|
enableArcLinkLabels={false}
|
||||||
arcLinkLabelsColor={{ from: 'color' }}
|
arcLinkLabelsColor={{ from: 'color' }}
|
||||||
enableArcLabels={false}
|
enableArcLabels={false}
|
||||||
|
|
Loading…
Reference in New Issue