score:1

Accepted answer

You need to:

  1. Enable the adaptToUpdatedData option
  2. Remove navigator.series
  3. Call chart.zoomOut() at the end of the afterSetExtremes function

Live demo: https://stackblitz.com/edit/js-l7aasw?file=index.js

API Reference: https://api.highcharts.com/highstock/navigator.adaptToUpdatedData


Related Query

More Query from same tag