score:1
Accepted answer
Disabling the update animation and using setExtremes
method will be enough:
function updateAxes() {
var newX = document.getElementById("update_axes").value;
Highcharts.charts.forEach(chart => {
chart.xAxis[0].setExtremes(null, newX, true, false);
});
}
Live demo: https://jsfiddle.net/BlackLabel/62a3sLc7/
API Reference: https://api.highcharts.com/class-reference/Highcharts.Axis#setExtremes
Source: stackoverflow.com
Related Query
- Async update axes in highcharts
- Dynamically update subtitle on Highcharts chart?
- Highcharts series update with animation
- Dynamic update of multiple series in highcharts
- How to set a static minimum value for axes in Highcharts
- Dynamically update Highcharts chart in react
- Highcharts - how to properly update series[0].data and yAxis title of a VUMeter?
- How to update new plotline values instead of removing and adding new ones in highcharts
- Highcharts - Issue with negative values when displaying multiple axes
- Highcharts crosshair with labels on axes
- Dynamically update gauge on highcharts
- Highcharts async drilldown (3 level) - drillup not working
- Update Chart Colors When Using Styled HighCharts Version
- 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();
- Angular Highcharts - How to enable noData options and update it dynamically
- Query rails database, and update highcharts using Javascript
- Highcharts - Global configuration with common code and unique data & Headings
- How to hide Axes Crosshairs by onclick event in Highcharts
- Highcharts - update column graph with setData() not working
- Highcharts not showing tooltip after update from null
- Highcharts async Server Loading with multiple series
- Highcharts update x-axis categories dynamically
- Highcharts - how to update series in angular?
- How to dynamically update highcharts using jQuery UI sliders
- Highcharts : How to update Plotoptions pointStart on Ajax call?
- HighCharts Stock Chart error code 18
- Highcharts multiple column chart with drilldown, correct formatting of drilldown axes
- HighCharts navigator to keep range after async data load. (LazyLoad)
- highcharts change rendered image source on click
More Query from same tag
- Reading a CSV with Highchart
- Adjust pane position in solid gauge
- High Charts - Gradients on both Vertical and horizontal
- Highcharts scatter plot - make tooltip not follow pointer
- Formatting Highcharts Series
- Modify a csv file line by line
- Python: Read data from Highcharts after setExtreme
- Labels are not displayed on the chart
- Highstock get color of Candle in grouped data series
- Hightcharts: Set series label in last point
- Pie Chart for Data on Different Things with HighChart
- Adding data to highstocks by pushing array
- How to get current drilldown's id in Highcharts
- Highcharts setExtremes() does not display the correct interval for one day
- How can I update two highcharts with one dropdown menu?
- How to hide the export button in highcharts-ng
- cannot show right time axis in machine start and stop stacked bar chart
- In Highcharts How to keep rectangle such SVG elements attached with series data but not with pixel when resize,reflow,redraw,zooming in out?
- highmaps get country name on click event
- Highcharts tickInterval every hour
- Stacked bar chart colors in case of Drilldown (open on click of Line chart)
- Title below Pie charts
- passing formatting JavaScript code to HighCharts with JSON
- How to display tooltip only for last point?
- error with navigate for undefined router in angular2
- Highcharts Transition from Column to Spiderweb
- Highcharts using Directives in AngularJS
- Asynchronous data input in highcharts
- Use array data in highcharts
- Ruby on Rails, JSON and Highcharts