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 Query
- how to use external dropdown for zoom values in stock highcharts
- How can i change highcharts data values by selecting from a dropdown list
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts - In area chart how to use gradient color for multiple series?
- how to use object as series for Highcharts
- How to use Highcharts React to create chart with multiple lines for same XAxis?
- how to use highcharts tooltip formatter in python code
- How do I use dates from a LinkedHashMap for the x-axis on a Highcharts line graph (using Thymeleaf)?
- How to use images for charts in Highcharts
- Highcharts Gantt - how to use a different shape for the milestone markers?
- Highcharts - How would I use HTML input boxes to input the data for a Pie Chart?
- Parsing JSON for use with Highcharts using jquery .parseJSON or JSON.parse: how to remove quotes from function calls for formatters?
- How to use loops for categories in Highcharts
- Use Node.js as data source for highcharts
- Highcharts how to zoom in programmatically? same as when you select and area for zooming visually?
- how can I use rangeselector and navigation in highcharts in the given code
- HIGHCHARTS - Given a series with UNIX stamps and values pairs for the data, how do I show only the date for the first and last point on xAxis?
- How to render highcharts from external json for multiple series
- Highcharts Pie chart: how to hide the legend for all but the three highest values
- How to build a JSON data array for Highcharts display - switching values for xAxis/columns
- How to use hide option for category data in highcharts
- How to make highcharts default to 0 for missing data
- Add additional data to a Highcharts series for use in formatters
- How to use highcharts with angular 5?
- How To Use Epoch Time With Highcharts Series Data?
- Highcharts - How to set custom colors for the series
- How to set a static minimum value for axes in Highcharts
- How to update new plotline values instead of removing and adding new ones in highcharts
- highcharts how to catch and insert logic in click reset zoom button event
- Use an array of objects for series data in Highcharts
More Query from same tag
- Persian(farsi) long texts aren't shown correctly in columns in highcharts gantt
- jspdf is not able to capture the div content properly for highcharts to download as pdf format
- Is it possible to use jQuery in wicked_pdf to render charts?
- How do I change the style of the frame lines in a radar(polar) chart created with highcharts?
- Dispatch event `click` on plot options of pie highchart generate a redraw of chart.
- Chart not exporting to XLS File - Highcharts
- How do i show Last seven days of a week from current date in area spline categories highcharts
- Highstock clipPath calculation bug
- Highchart event LOAD is not working
- Bar with negative and neutral stack
- highcharts stacked area with irregular x-intervals
- Highstock disable chart options on small screens
- How to force Highcharts to show last label on xAxis?
- In highcharts,series without dynamic data does not shift
- highcharts example for using data from database with mvc
- time data with irregular intervals in HighChart
- Highcharts Mysql Json arrays PHP
- Is it possible to plot a chat like the below screenshot using highcharts?
- Calling chart.update() with navigator options let the diagram shrink
- HighCharts: Uppercase for labels won't work on FireFox
- How do you generate dynamic <style> tag content in Angular template at runtime?
- Highcharts: set only last chunk of line as a dotted zone
- Highcharts JS: Gap between X-Axis labels is too thin
- Highcharts footer spacing
- Highcharts (Highstocks) - clickable flag images
- How to change series legend text color in HighChart chart?
- Remove step line points
- How to add specific values to highchart
- How to make buttons filter different data based on a category they select in Highcharts heatmap?
- Vue 3 - Dynamic require of "highcharts" is not supported