I am trying to hide the axis and gridlines of my Highcharts chart entirely. So far I have tried to set the width of the lines to 0, but it didn\'t work out.
This has always worked well for me:
yAxes: [{ ticks: { display: false; },