How to remove left margin/padding?
Code:
<AreaChart w="100%" h={189} data={data} dataKey="month" series={[ { name: "value", color: "var(--color-primary-blue)", label: "Hours Read and Earnings" }, ]} curveType="bump" tickLine="xy" gridAxis="xy" strokeWidth={2} connectNulls areaChartProps={{ margin: { top: 0, left: 0, right: 0, bottom: 0, }, }} />