react-native-chart-kit
react-native-chart-kit copied to clipboard
yAxisInterval is not working
I used yAxisInterval but it is not working at all.
same thing here, any new ?
I around this with
withHorizontalLabels={false}
renderDotContent={(x)=> <Text style={{position: "absolute", top: x.y +20, left: x.x - 5}}>{x.indexData}</Text>}