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 Articles
- 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
- series.remove() on area-stacked chart
- Data not appearing in HighChart
- rCharts: Highcharts - how to flip coordinates for bar chart?
- React highcharts unable to call function from data label onclick
- how to pass multi sereis data with dual y axis chart in highchart
- Remove UTC date from Highcharts tooltip
- pop up using htmlExpand not working in highcharts
- How to get current level on drilldown event in Highcharts treemap?
- Update all Highcharts chart series synchronously
- How to transform Javascript Object based on one of the column?
- avoid tooltip linking line in a HighCharts scatterplot
- Highcharts - Axis minPadding and maxPadding not working
- Uncaught TypeError: Cannot read property '0' of undefined - highcharts
- UIWebView cuts off bottom of content
- Is there a way to limit legends on a horizontal layout on specific amount of rows during export?
- HighCharts multiple data points per category
- highcharts - Custom legend - sending the name of the filter to a php file
- Highcharts DateTime xAxis and tooltip formatting issue
- How to make multiple charts using highcharts in a loop?
- Spline rendered behind column chart