score:1

Accepted answer

Set gridLineWidth to 0:

    navigator: {
        xAxis: {
            gridLineWidth: 0
        }
    }

Live demo: http://jsfiddle.net/BlackLabel/jth4vy9c/

API Reference: https://api.highcharts.com/highstock/navigator.xAxis.gridLineWidth


Related Query

More Query from same tag