score:8
Accepted answer
You are looking for the xAxis.events.setExtremes
event.
You will need to combine it with Series.addPoint(Object options, [Boolean redraw], [Boolean shift], [Mixed animation])
inside a loop with the redraw option as false inside the it and explicitly call Chart.redraw()
after looping all the newly added points.
You may also need to look @ navigator.series
since your navigator series may require to be different from the actual series
Source: stackoverflow.com
Related Query
- HighStock: Loading series data asynchronously as needed
- Highstock panning asynchronously loading data
- Setting additional point attributes in HighStock time series with large data sets
- Highstock Time series with uneven data set distrubition
- Highstock shared tooltip multiple series - show data for line when not on point
- Can not get series data in Highcharts, Highstock
- Wrong data display when i set multiple series type in highstock chart
- Hight Chart Dynamic Json Value is not loading in Series Data Section but Static Value is Loading Finely
- trouble plotting multiple series of data on highstock
- Highcharts: making series disabled by default when loading data from CSV
- highstock issue : pointInterval property is not working when series data set contains date and value?
- Highstock weird y-axis scale difference in same data dual series
- Strange character in the Highstock source code
- Highcharts series visibility with csv data source
- HTML table as data source for highstock charts using highcharts
- How to plot a highstock single line series graph from ajax data
- Loading json data to highcharts with multiple series
- How do you convert time series data with pandas and show graph via highstock
- How to change line color when loading static csv data into Highcharts Highstock graph?
- How to have multiple highcharts with different series data in vuejs without repeating code
- Highstock get color of Candle in grouped data series
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- Highstock Series Tooltip Data
- Highstock compare previous data point when date does not exist in series
- Accessing hovered point data series highstock
- Highstock Flags Series with stacked data
- Getting extra series data from hash to show up in tooltip in highstock
- Loading Javascript Highcharts series data issues
- how to aggregate data from mongodb collection to highstock series data format
- Highcharts-ng stock chart gives "TypeError: Cannot read property 'hoverSeries' of undefined" when loading data asynchronously
More Query from same tag
- Highcharts polygon with no fill
- How to create a custom tooltip in highstocks
- Highcharts - set yAxis.max to max value from data
- Using an array for data in highcharts
- x-axis tickInterval not working correctly in highstock chart
- how to remove an extra series in highchart
- How can I set the units on multiple axis on Highcharts
- Different interval for HighCharts
- Highcharts basic line chart - Y-axis label name
- Showing a value as DataLabel in HighCharts
- Highchart 2.1.5 stacked bar chart
- Aligning the xAxis of highcharts
- Highcharts, detect if point is first in stack
- highcharts categories issues
- Rails and highcharts (data to highcharts)
- how to import highcharts offline-exporting in typescript
- Dymanically Update Data in Highchart: Load Event is not Working
- Prevent strtotime being encoded as string by json_encode
- Polar type chart with Highcharts plugin
- Highcharts displays series names but missing data points from json source
- Highcharts prevent page on mobile Safari from moving up and down as I scroll horizontally through data points
- How to data-table show name from series in xAxis
- Highchart Heatmap - DateTime Y Axis Alignment
- Uncaught ReferenceError: Ajax is not defined onchange issue
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- How To Show Tooltip In Sparkline Chart From Code
- How to create charts like below using highcharts in angular
- How to position highcharts tooltip above chart with outside:true
- Highcharts Data Point Image
- Highcharts: how to show more info in tooltip?