Hide Y axis line in easy chart ignition vision

Hi Guys,

I have tried to hide the y-axis line in an easy chart in vision.

Any idea how to hide this?

For more info see the below screenshot.

image

Thanks,
Priyanka

image

1 Like

@justinedwards.jle Thank you so much for your response.

Tick hides but the line doesn't hide.

Perhaps try adding this to your configureChart extension function:

#def configureChart(self, chart):
	chart.plot.rangeAxis.visible = False
4 Likes