React-native-svg-charts: [Feature] Pie Chart border spacing

Created on 11 Nov 2020  路  2Comments  路  Source: JesperLekland/react-native-svg-charts

Description of feature

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.
image

feature request

Most helpful comment

@brain00021 Have you tried padAngle ?

All 2 comments

@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

Was this page helpful?
0 / 5 - 0 ratings