react-native-chart
react-native-chart copied to clipboard
Line chart data point being cut off graph container
On Android, when I set the data point to false, everything works fine but it looks pretty plain which is why I want to have the actual data points. When I set it to true, however, the points get cut off the chart container. Does it maybe have something to do with the overflow?
Have a look:

+1,
Having the same issue on iOS using ReactNative V0.32. It looks like the way the chart renders is that its lower bounds are directly on the lowest points, which cuts the circle rendered at that point in half or into a quarter in the case where the point is at [0,0]. Perhaps there is a way to add some buffer space based on the point's radius when showDataPoint={true}.
Same issue here on iOS using 0.35.
same issue
As a generic FYI — I am no longer able to maintain this library. I recommend checking out victory-native as it's much more maintained.