react-native-chart-kit
react-native-chart-kit copied to clipboard
can't customize the LineChart Xaxis width
I'm able to set the chart container width by passing in the width as a property: <LineChart width={width} ... />
but I'm not able to divide the x axis width equally if I'm using just 2 or 3 labels in the x axis, there is too much gap:

I'm facing the same issue @azizChebbi did you find a solution / workaround?
Same issue here any update ?