Request for help modifying Power Chart x-axis appearance

I would like to reduce the length of the x-axis of this power-chart so that it intersects with the y-axis. I would like to access the properties x1, y1, x2, and y2. is this possible ?

<line x1="-0" y1="0.5" x2="211" y2="0.5" class="ia_powerChartComponent__timeAxis__axis" style="stroke: rgb(0, 0, 0);"></line>

like this :
image

<line x1="-60" y1="0.5" x2="211" y2="0.5" class="ia_powerChartComponent__timeAxis__axis" style="stroke: rgb(0, 0, 0);"></line>

and not like this :
image

A post was merged into an existing topic: Request for Help Modifying Graphic Appearance