nihgwu / react-native-pie

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

changed value slightly so the curve doesn't show jagged edges #40

Closed kpallik closed 4 years ago

kpallik commented 4 years ago

Only real thing I changed is

const pullback = 0.05;
const anchorForward = .15;

this was because when we were using isBezian it would not cover the edge correctly thus making the donut look slightly off

The rest was just because I ran the code through prettier and it fixed it for better readability sake, since we didn't do that before