[charts] slots for PieArcLabelPlot defined in PieArcLabelPlotSlots but never passed down from PieChart #12756
Labels
bug 🐛
Something doesn't work
component: charts
This is the name of the generic UI component, not the React module!
Steps to reproduce
Link to live example: (required)
Steps:
Current behavior
User expects to be able to use custom PieArcLabel component as its defined in the slots. They add it but it doesnt work as its not passed into the PieArcLabelPlot component.
Expected behavior
If you set pieArcLabel slot prop it should propagate down and use your custom label.
Context
I was hoping to add functionality like different colors, rotating the text, etc of a pieArcLabel. I expected to be able to use this slot but I could not.
Your environment
NA. This is just from a code perspective.
Search keywords: PieArcLabelPlotSlots, PieArcLabelPlot, slots
The text was updated successfully, but these errors were encountered: