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

Can I set a maximum Y value on the bar graph? #217

Open VanessaChu opened 6 years ago

VanessaChu commented 6 years ago

the maximum Y value on the y-axis currently takes the maximum y-value in data . However I want to set the maximum y value on the y-axis to a number like 24 (for 24 hours) even if the maximum y-value in my data is say 16 (for 16 hours).

soloviola commented 6 years ago

I had a similar problem for my chart settings. I think specify Y range a good feature to have @marzolfb