react-native-pie-chart
react-native-pie-chart copied to clipboard
Is there away to add border radius for each chart item?
Hi Shanoy,
You can use padAngle prop to do that. Set it to 0.01 for example.
One of the charts in the example app has them: https://github.com/aidin36/react-native-pie-chart/blob/main/example/App.tsx#L33
no am talking the edge radius @aidin36
Sorry, I only saw the old title!
Unfortunately no. Currently, you can't do that with this library.
Okay, I understand. Thanks for replying.
I keep it open if you don't mind. Maybe in the future I find time to add the feature.