Jpadilla1 / react-native-ios-charts

Bringing iOS Charts to React Native
MIT License
587 stars 66 forks source link

yAxis incrementing oddly. Simply need integers with integer scaling, no decimals #50

Open EngineerDiab opened 8 years ago

EngineerDiab commented 8 years ago

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

ericcastro92 commented 7 years ago

Did anyone end up resolving this?