Perspective XY Chart Remove Padding

Hello All,

See snip below, I am looking to remove the highlighted areas. Such that the XY chart fills the entire flex container it is inside of. Any ideas are appreciated, I tweaked the padding in the style for the chart to use a negative number, but this doesn’t work well when the chart is resized as windows are resized in runtime.

Thanks,

Frank

so you want to reduce it by a fixed amount (5px?) or by a % ?
if you wrap your element in a container with mode fixed.
you can use x/y/width/height:calc(100% + 20px) (the “+/*-” needs to be surround by a space)

the container should also get the overflow:hidden else scroll bars show up and it can ofc just have grow/shrink 1