Chart styling question

How do I make the chart linemark and areamark extend to the edges of the plot area? I have looked at the Food Truck app and can't find how it is achieved. The screenshot attached points to the gaps I'd like to eliminate.

I'm not sure if this is the most proper way to solve your problem, but it works for me:

.chartXScale(range: .plotDimension(startPadding: -10, endPadding: -10))

This works for me:

.chartXScale(range: .plotDimension(startPadding: -10, endPadding: -10))

I'm not sure if this is the most proper way but I didn't find a better solution

Chart styling question
 
 
Q