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.
Thanks,
Priyanka
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.
Thanks,
Priyanka
Perhaps try adding this to your configureChart extension function:
#def configureChart(self, chart):
chart.plot.rangeAxis.visible = False