Perspective Bargraph (XY Chart)

Hi All,

Is there a way to maximize the space on the bottom of your chart on XYChart component?

image

I tried hiding the Legends and make the font smaller for time and tried the label to be absolute but it is still taking a large space at the bottom.

Thanks,
JR

Try wrapping it in a flex container and set the chart's bottom margin to -20px. You might also need to set overflow : hidden.

1 Like