This sample is hiding the Y-axis.
If you set as visible="false", the axis will be hidden.

ā—¸Layout
<verticalAxis>
	<LinearAxis id="vAxis"/>
</verticalAxis>
<verticalAxisRenderers>
	<Axis3DRenderer axis="{vAxis}" visible="false"/>
</verticalAxisRenderers>