react-native-ios-charts
react-native-ios-charts copied to clipboard
yAxis incrementing oddly. Simply need integers with integer scaling, no decimals
my yAxis looks like this atm
5.1 4.8 4.5 4.2 . . .
what I need
5 4 3 2 . . . If I set maximalDecimalPlaces to 0 I get
5 5 4 4 3 2 2 1
Did anyone end up resolving this?