react-native-chart
react-native-chart copied to clipboard
The upwards rounding for the y-axel of the graph
example case: insert data set of values between: 44,7 - 55. the rounding of 44.7 to 45 hides the lowest point of the graph line. It should alwaoys round downwards, so in this case to 44.
at least for the min value
have you found a solution?
Not really. But the fix should be something like, every integer, no mather the decimal value, should get a y-axel label. The math.round function does not implement this =)
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.