Skip to content

Commit

Permalink
[charts] Fix passing slot props down to PieArcLabel (#12806)
Browse files Browse the repository at this point in the history
  • Loading branch information
JCQuintas committed Apr 17, 2024
1 parent ba86d88 commit aaa02d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/x-charts/src/PieChart/PiePlot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ function PiePlot(props: PiePlotProps) {
arcLabel={arcLabel}
arcLabelMinAngle={arcLabelMinAngle}
highlightScope={highlightScope}
slots={slots}
slotProps={slotProps}
/>
</g>
);
Expand Down

0 comments on commit aaa02d6

Please sign in to comment.