react-native-circular-chart
react-native-circular-chart copied to clipboard
💹 react native circular chat
Results
2
react-native-circular-chart issues
Sort by
recently updated
recently updated
newest added
When using slide animation, the chart disappears at the end of the animation, probably because when rendering the Svg with d.to=0 and d.from=360, the Svg takes the shortest path, which...
As the title suggests this pull request addresses the data updates changing the display value since the displayValue is set to an initial value of `data[0]` This line: `const [displayValue,...