Skip to content

Commit

Permalink
fix: pie UI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Nov 19, 2024
1 parent 08b8efd commit c372c63
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@ export default function AreaActions({
<LineSegment
style={{
stroke: '#A5A4A4',
strokeDasharray: 1,
fill: 'none',
}}
/>
}
labelIndicatorInnerOffset={30}
labelIndicatorOuterOffset={15}
labelComponent={
<VictoryLabel
backgroundPadding={[{ bottom: 5 }, {}]}
style={[
{
fontWeight: '700',
Expand Down

0 comments on commit c372c63

Please sign in to comment.