Hello.
How to add percentage symbol to data values in Pie?

btw, this answer doesn't work -> https://github.com/plouc/nivo/issues/468#issuecomment-469522846
:((
Seems like #468 is for bar charts.
Try adding a prop to your pie component
sliceLabel={(item) => `${item.value}%`}
@baapham Yeyyy, thank you!!!
Most helpful comment
Seems like #468 is for bar charts.
Try adding a prop to your pie component