1

I am using react-native-chart-kit. I have a pie chart. I need create a cicle white in middle of chart, but I do not find in the documentation any property or way to do it.

enter image description here

kiks
  • 23
  • 5

1 Answers1

1

I have not used the module but I might give a solution to you. Why dont you create a relative parent div with thow absolute child div. this way you can add the chart and on top of it place a white circle

Imanol
  • 58
  • 10