score:1
Accepted answer
You need to use the setExtremes
method for xAxis
chart.xAxis[0].setExtremes(min, max);
Live demo: http://jsfiddle.net/BlackLabel/f394h8ps/
API Reference: https://api.highcharts.com/class-reference/Highcharts.Axis#setExtremes
Source: stackoverflow.com
Related Query
- Highcharts - Stockchart Zoom position without Navigator
- Highcharts xAxis padding is lost when navigator when zooming in and out and can't get the padding back when zoom out
- Highcharts Navigator Zoom
- How to implement highcharts navigator with 24HR and weekly zoom filter?
- How to create a column range chart in Highcharts using range and navigator functions?
- highcharts hide zoom reset button, call zoom reset programmatically
- Possible to connect the zoom on two Highcharts graphs?
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- Execute function after zoom highcharts
- highcharts how to catch and insert logic in click reset zoom button event
- Highcharts not displaying data at some zoom levels
- Is it possible to hide the navigator in highcharts at runtime?
- Highcharts remove zoom feature
- Highcharts zoom issue after upgrading to jQuery 1.8
- Highcharts multiple x axes is hidden on zoom
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts (Highstock) how to manually set the navigator selected range
- Programmatically draw rect and line in Highcharts with zoom
- Highcharts - Global configuration with common code and unique data & Headings
- HighCharts chart export (screenshot download) does not display Navigator graph
- Highcharts navigator error: Invalid negative value for <rect> attribute width
- highcharts xaxis navigator not showing
- highcharts xAxis limit how far zoom in
- Highcharts Bar Chart Zoom not working
- HighCharts Stock Chart error code 18
- HighCharts navigator to keep range after async data load. (LazyLoad)
- highcharts change rendered image source on click
- Highcharts visualizes chart data incorrectly after zooming or using the navigator
- Highcharts get series data zoom indices
- zoom a Highcharts chart programmatically
More Query from same tag
- highcharts: yyy.animate doesn't work correctly when objects are replaced each other more than once
- Highcharts - Multiple pie charts from json
- Highchart EMA, Price & MACD plot
- Django - highcharts changes dot i comma
- Highcharts - multi line chart - line above line
- Plotting multiple series from JSON php import to Highcharts
- Highcharts not workng with angular 4
- resize highchart on load
- Highchart using php,mysql and jquery
- highcharts map Zoom by a single click
- php-fed Highcharts time series throws T_variable error, why?
- How can I show the value above only a particular bar in highcharts?
- highstock. Can I add one line of tooltip when the point is in the area of plotbands?
- Update Of Chart Series Colors Fails When Drilled Into Chart
- What is the difference between angular-highcharts and highcharts-angular?
- Highcharts not displaying JSON data
- timeline yAxis format with minutes:seconds only
- Remove column spacing between bars highchart
- Highcharts column chart with data from mongodb
- Can I with highcharts column stacking on hover not highlighting the whole serie
- Highcharts multiple charts drilldown
- How to export gauge chart with custom marker using highchart?
- highcharts piechart redraw with animation after setData()
- Highmap not displaying map with angular-highcharts in Angular5
- Is it possible to get / return Highcharts Axis values?
- Align titles for multiple axis in Highstock
- Displaying additional text for Highcharts Bubble chart
- Dynamically update gauge on highcharts
- Animation for dynamically loaded new data with Highcharts
- Create multiple vertical plotlines on click and drag each of the plotline. Developed in Angular 6 and Highcharts