react-native-simple-line-chart
react-native-simple-line-chart copied to clipboard
A fast, interactive and simple line chart component for React Native 📈
When providing data to the chart with y-values as strings instead of numbers, the graph renders incorrectly and extends beyond the expected boundaries. This occurs because the library doesn't properly...
The activePointComponent value and time are getting hidden on the right side in iOS. They are not adjusting properly according to the scroll behavior. How can this be resolved?
Fix #7
I'm experiencing an issue with LineChart when used on the same screen as React Native's Modal component. When both components are present on the same screen, the modal does not...