indiespirit / react-native-chart-kit

📊React Native Chart Kit: Line Chart, Bezier Line Chart, Progress Ring, Bar chart, Pie chart, Contribution graph (heatmap)
https://expo.io/@indiespirit/react-native-chart-kit
MIT License
2.87k stars 661 forks source link

Removing yAxisLabels dont remove the space it has occupied #588

Open bytesagar opened 2 years ago

bytesagar commented 2 years ago

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.

dengma0 commented 2 years ago

same problem

haseebthedev commented 2 years ago

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