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 :
<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 :