I'm using highchart and I want to hide the x-axis categories (the numbers on the bottom of the chart, please see the below image reference).
Does anyone knows how to hide it?
Use:
xAxis: { labels: { enabled: false // disable labels } }
API reference.