Set horizontal padding
Hi Is there a way to set horizontal padding? It's too big even with yLabels.
+1
I'm facing the same. It gets messy when we have many bars so the x labels overlay each other.
+1
Having the same issue.
+1
I am facing the same
I have same problem but with linear chart, in the example below the x-labels are so much disaligned

facing the same problem
Yes I do want to remove that padding on the left.
Any update?
+1 Having the same issue.
Hey! I got a solution for this.
<Linechart
// ..some props
withHorizontalLabels={false}
style={{ paddingRight: 0 }}
/>