fix: Mouse over event on gauge

This commit is contained in:
Hristo Nedelkov 2023-09-28 22:49:51 +03:00
parent a6659fdf4a
commit 092c65e57e
1 changed files with 0 additions and 2 deletions

View File

@ -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}