Welcome to the Highcharts Stock JS (highstock) Options Reference

These pages outline the chart configuration options, and the methods and properties of Highcharts objects.

Feel free to search this API through the search bar or the navigation tree in the sidebar.

navigator.xAxis

Options for the navigator X axis. Default series options for the navigator xAxis are:

xAxis: {
    tickWidth: 0,
    lineWidth: 0,
    gridLineWidth: 1,
    tickPixelInterval: 200,
    labels: {
           align: 'left',
        style: {
            color: '#888'
        },
        x: 3,
        y: -4
    }
}