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

Is there an option to display only min and max values on axis? #190

Open shrupa opened 7 years ago

shrupa commented 7 years ago

I need to display only the min and max values on both axis (not a hard coded value like 0 and 200 as suggested in many examples). Requirement: Display 5 tick lines but label only 1st and 5th.

VanessaChu commented 6 years ago

I'd like to know too