I'm working with a canvasJS chart and my goal is to completely hide the Y-Axis. I've managed to remove the Y-Axis line and title in this JSFiddle example. I came across these properties to hide the Y-Axis title and line, but I'm struggling to remove the actual values on the Y-Axis.
lineThickness: 0,
gridThickness: 0,
tickThickness: 0
However, I also want to get rid of the data itself i.e the numbers from 0 to 90.