Navigator

The navigator is a small series below the main series, displaying a view of the entire data set. It provides tools to zoom in and out on parts of the data as well as panning across the dataset.

navigator.png

The navigator is enabled by default for the first series in all Highcharts Stock charts. To configure which series are shown in the navigator, use the series.showInNavigator option.

series: {
showInNavigator: true
}

To configure the options for the navigator series, you can set per-series options on series.navigatorOptions and options for all navigator series on navigator.series.

Live example of multiple navigator series

For more information on navigator options see the API reference.