score:1

Accepted answer

You need to define the tickWidth property and set tickmarkPlacement to on:

  xAxis: {
    categories: [...],
    tickWidth: 1,
    tickmarkPlacement: 'on'
  }

Live demo: http://jsfiddle.net/BlackLabel/580upzk7/

API Reference: https://api.highcharts.com/highcharts/xAxis


Related Query

More Query from same tag