From e9bdeaf2778db92cf61813a4244b8e23d8a0cdc4 Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Tue, 16 Apr 2024 23:20:28 +0200 Subject: [PATCH] Fix passing slot props down to PieArcLabel --- packages/x-charts/src/PieChart/PiePlot.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/x-charts/src/PieChart/PiePlot.tsx b/packages/x-charts/src/PieChart/PiePlot.tsx index 5f86ea0513576..5ed37cb0fcec6 100644 --- a/packages/x-charts/src/PieChart/PiePlot.tsx +++ b/packages/x-charts/src/PieChart/PiePlot.tsx @@ -136,6 +136,8 @@ function PiePlot(props: PiePlotProps) { arcLabel={arcLabel} arcLabelMinAngle={arcLabelMinAngle} highlightScope={highlightScope} + slots={slots} + slotProps={slotProps} /> );