I would like to reduce the length of the x-axis so that it intersects with the y-axis. I would like to access the properties x1, y1, x2, and y2. is this possible ?
like this :
and not like this :
I would like to reduce the length of the x-axis so that it intersects with the y-axis. I would like to access the properties x1, y1, x2, and y2. is this possible ?
like this :
and not like this :
You need to edit your question.
Thanks.
i make a new request here : Request for Help Modifying power-chart Appearance
That's double-posting. Please don't do that.
See if you can delete this thread - but I suspect you can't as there are replies.
you right i can't delete now
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 :