Request for Help Modifying Graphic Appearance

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 :
image
and not like this :
image

You need to edit your question.

  • Change the category from General Discussion to Ignition.
  • Add the Vision or Perspective tag as appropriate.
  • State which chart component your question is about.

Thanks.

1 Like

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