I'm using withHorizontalLabels=false
Is there a way to remove the extra space on the sides of the chart?
I want the chart to extend entirely from the left to the right.
E.G.

I don't think there is a way right now, curious what a PR for this would look like
@ighormartins You have to go into line-chart.js in the package and manually set the paddingTop and paddingRight to 0.
style={{
paddingRight:0
}}
Most helpful comment