react-native-charts-wrapper
react-native-charts-wrapper copied to clipboard
line chart spike gets cutt off
All the values are same but last spike value gets cutt off from top i have set axisminimum to 0 and axisMaximum value to 1 and all spikes have 1 value for y axis
try y-axis left & right axisMinimum axisMaximum
yAxis={{
left: {
axisMinimum: 0,
axisMaximum: chartMaxValue,
},
right: {
axisMinimum: 0,
axisMaximum: chartMaxValue,
},
}}