score:1
Accepted answer
You need to:
- Enable the
adaptToUpdatedData
option - Remove
navigator.series
- Call
chart.zoomOut()
at the end of theafterSetExtremes
function
Live demo: https://stackblitz.com/edit/js-l7aasw?file=index.js
API Reference: https://api.highcharts.com/highstock/navigator.adaptToUpdatedData
Source: stackoverflow.com
Related Articles
- how to use external dropdown for zoom values in stock highcharts
- How can i change highcharts data values by selecting from a dropdown list
- HighCharts Stock Chart error code 18
- passing json values to highcharts from .net code behind
- HighCharts - Set Max and Min values in zoom reset
- *Highcharts* Zoom Option and Update values in Highcharts
- In Highcharts after zoom in and zoom out some of the x-axis values are not display
- highcharts pass multiple values to tooltip
- highcharts hide zoom reset button, call zoom reset programmatically
- Highcharts - Keep Zero Centered on Y-Axis with Negative Values
- Possible to connect the zoom on two Highcharts graphs?
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- Total of values in HighCharts Pie Chart
- How to update new plotline values instead of removing and adding new ones in highcharts
- Execute function after zoom highcharts
- highcharts how to catch and insert logic in click reset zoom button event
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Show specific series values in the stack label using highcharts
- Highcharts not displaying data at some zoom levels
- Highcharts 24 hour setup for hourly values
- Adding a series dynamically with HighCharts Stock Charts
- Highcharts yaxis higher values displayed lower
- Highcharts Plot Reciprocal Values For Column Height
- Decimal values for yAxis categories in Highcharts
- Highcharts - Column With Negative Values - Column Color
- Highcharts remove zoom feature
- Turn long list of items in Highcharts legend into dropdown
- Highcharts - Issue with negative values when displaying multiple axes
- Changing color of spline lines based on values in HighCharts
- Hide 0 values in Stacked Column Chart in Highcharts
- How can i add time to xAixs of a ColumnRange Chart in HighChart?
- Wait until an action ends before continuing execution of code
- highchart with drilldown where data for main chart and drilled down chart are from different xml files
- Plot Histograms in Highcharts
- Animate Highcharts series when chart appears in view when using Data Module
- HighChart Tooltip word-break issue
- Background columns in linechart highchart
- Import Highcharts and highcharts-more (AngularJS 1.5 + TypeScript + webpack)
- highcharts move a point using pixels
- Highcharts Overflowing the parent container
- Highcharts line with null values
- Is there a function to highlight another stat/point/column while hovering element on Highcharts?
- Can packed bubble while including Highcharts Gantt resource?
- Creating charts and including them in email, a PHP lib that can render to image?
- Display Image on xAxis in highchart
- How to link inside map to other map?, or how to change geojason dinaminacally?
- Add stacked border color in Highchart?
- Format data for highcharts solid gauge graph
- Highchart.js variable length input doesn't work
- how to add values from my object to Highchart using Jquery