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?
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!
1 Like