lineWidth on bar chart cut off

I created a bar chart and needed to use lineWidth: 3 to space out the labels but now the bottom line is getting cut off. Is there something in the plot library that can expand my graph to see the bottom line on the x-axis labels?
Screen Shot 2023-08-21 at 5.29.49 PM

Could you provide some code? Ideally, as a pointer to an Observable notebook!

try increasing marginBottom; the defaults are calculated for the default font-size

That worked! Thank you!