capitalone / react-native-pathjs-charts

Android and iOS charts based on react-native-svg and paths-js
Apache License 2.0
879 stars 261 forks source link

When values of Y axis are ie. up to 3, the steps change to 0.5 decimals automatically #186

Open tokict opened 7 years ago

tokict commented 7 years ago

This seems like a strange behavior since I have only integer values in the dataset. I assume its because of aesthetics but its weird if you have values where its not possible to have 1.5 of something.

I did not find an example where you set step. Is this even possible? Im referring to the bar chart specifically