react-native-chart-kit icon indicating copy to clipboard operation
react-native-chart-kit copied to clipboard

yAxisInterval is not working

Open DigenPrimeApps opened this issue 2 years ago • 2 comments

I used yAxisInterval but it is not working at all.

DigenPrimeApps avatar Jan 10 '24 10:01 DigenPrimeApps

same thing here, any new ?

ericklodion avatar Aug 03 '24 01:08 ericklodion

I around this with

withHorizontalLabels={false}
renderDotContent={(x)=> <Text style={{position: "absolute", top: x.y +20, left: x.x - 5}}>{x.indexData}</Text>}

ericklodion avatar Aug 03 '24 02:08 ericklodion