[IGN-6980] Change Axes Color On Power Chart

Is there a way to change the color of the vertical axes line on a power chart? I am able to change the color of the tick but can't seem to get the actual line color to change.

1 Like

The props.axes[0].color property is supposed to drive the appearance of the vertical bar. I've opened an internal ticket to address the issue.
Screenshot 2023-01-03 at 11.51.49 AM

3 Likes

Thanks!

It is still not working, is it? I'm trying to use this property and nothing happens.

No, we are hoping to have this fixed for 8.1.27.

I am using 8.1.43 and nothing changes on my axes properties. The time axis works, but the vert does not change color or left/right or the label.

Hi, Jim. I've tested it, and it does work. I believe the PowerChart may only register a y-axis when it's associated with a pen. Do you have any pens (props.pens[#].axis) that are using the configured y-axis?

1 Like

Make sure your axis name matches the pens. If so, it should just be these three that control it:

Check pens inside powerchart:

1 Like

Thank you to ynejati and Rats :slight_smile:
Those solutions worked

The vertical y-axis was this light grey (left image)and now the color I need

1 Like