Thank you for pie chart plugin. Is it good for me to reduce time to figure out react native.
but i wonder it possible have option can change pie chart border spacing.
many thanks.

@brain00021 Have you tried padAngle ?
it's work
return {
key,
value: values[index],
svg: {
fill: colors[index],
},
arc: {padAngle: 0},
onPress: () => {
setSelectedSlice({...selectedSlice, selectTitle: key, selectData: values[index]});
},
};
thank you your help
Most helpful comment
@brain00021 Have you tried
padAngle?