react-native-pathjs-charts
react-native-pathjs-charts copied to clipboard
Can I set a maximum Y value on the bar graph?
trafficstars
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).
I had a similar problem for my chart settings. I think specify Y range a good feature to have @marzolfb