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

Removing yAxisLabels dont remove the space it has occupied

Open bytesagar opened this issue 4 years ago • 2 comments

As i was trying to use BarChart and I don't want to use yAxislabels and I removed them but space on left of the chart didn't go away. How do I remove the space on the left.

bytesagar avatar Mar 21 '22 10:03 bytesagar

same problem

dengma0 avatar Mar 28 '22 09:03 dengma0

@bytesagar @dengma0 This worked for me! style={{paddingRight: 0}}

haseebthedev avatar Mar 29 '22 16:03 haseebthedev