nihgwu / react-native-pie

Pie chart for React Native
MIT License
107 stars 25 forks source link

custom pie #12

Closed hungdev closed 6 years ago

hungdev commented 6 years ago

hi @nihgwu thank for your lib. i want to create space between lines and border radius lines. like this. Could you tell me how to do this? Thank you.

screen shot 2018-06-02 at 9 50 41 pm
koolkarni commented 6 years ago

did you find the solution for the above question ? and also I wanted to add the glowing color to color

@hungdev this is how you can add the black color between arc, but i need rounded edged

<Pie radius={120} innerRadius={115} series={[58, 2,43, 2]} colors={['#00ADF0', '#000', '#ffff', '#000']} backgroundColor='#ddd' />

hungdev commented 6 years ago

@koolkarni I don't understand your question. Give me the image you want to do?

koolkarni commented 6 years ago

image

@hungdev Did you see my pull request ?

hungdev commented 6 years ago

oh, sorry. I didn't find the solution for this. but Black color is background, you can set props: bacgroundColor: 'black'