score:1
Accepted answer
Yes, you need to only connect setting extremes process in charts, for example:
const chart1 = Highcharts.stockChart('container', {
...
});
Highcharts.stockChart('container2', {
...,
xAxis: {
...,
events: {
setExtremes: function(e) {
chart1.xAxis[0].setExtremes(e.min, e.max, true, false);
}
}
}
});
Live demo: http://jsfiddle.net/BlackLabel/v31roh8c/
API Reference: https://api.highcharts.com/class-reference/Highcharts.Axis#setExtremes
Source: stackoverflow.com
Related Query
- Highstock Single Navigator for multiple Charts
- HTML table as data source for highstock charts using highcharts
- Manage multiple highchart charts in a single webpage
- Displaying multiple series in the navigator of an HighStock chart
- Multiple series in HighStock charts
- Highcharts rangeSelector for multiple charts
- Highstock shared tooltip multiple series - show data for line when not on point
- Highchart multiple bar charts in a single webpage
- Highcharts multiple charts on a single page using c# asp.net mvc3
- Multiple highstock charts on one page
- Highstock scroll bar-Single scroll bar for 4 charts
- Multiple charts in separate divs, single range and zoom picker
- Is there a way of dynamically toggling the Highstock navigator to regain vertical space for the chart?
- Strange character in the Highstock source code
- Set a maximum for data grouping in Highstock charts to prevent from grouping
- highstock charts - button for date range
- High Charts Multiple Line Chart not displaying tooltip for multiple lines
- How to customize the label for navigator in highstock
- Highcharts backgroundColor for multiple charts is only applied to one chart
- Multiple Charts on single page RAZOR MVC4
- Why code of Horizonal line(y-axis) on a single in Highcharts get applied to all other charts integrated with Webdatarocks
- Hightcharts - multiple data in one single pie charts
- Highchart - adding more series to one of multiple synced highstock charts
- Align titles for multiple axis in Highstock
- Multiple Pie Charts Of Variable Data With Single Legend Item Click
- Highstock visual distortion multiple Charts
- Highchart Color Issue for series with single data with multiple colors
- Disabling Handlebars in HighStock charts navigator
- Can we have multiple callout in timeline chart for single point?
- Search functionality to search for particular chart among multiple charts in dashboard
More Query from same tag
- HighCharts : Total Value is not showing in Pie Chart
- min and max axis value not respected in HighCharts chart with a logarithmic axis
- Highcharts - Exporting gantt charts not showing previous interaction by user
- Highcharts - How to make a scatter plot with multiple series from HTML table
- File loading a Csv file into highcharts
- POST svg output from HighCharts to an internal server
- How to show Legends for all the series data in stacked column chart Highcharts?
- renderHighcharts vs renderUI; Which one is faster when rendering several plots
- How to change color of lable (name) in a highcharts series?
- How to access legendSymbols and change their shape in HighCharts
- How to Check and Uncheck all the Legend elements in HighCharts Linechart?
- Highcharts area: x-axis in hours but showing multiple points in each hour
- How can I set the crosshair in highcharts to a default position?
- Conditionally show/hide Tooltip of Highcharter
- Change Highmaps map colour
- Highcharts - toggle table properly upon drilldown item
- Set specific spacing between rows and columns in Highcharts heatmaps
- Highchart specific width stack column bar graph
- Restructuring array for Highcharts use
- Display negative Y values above zero instead below in highcharts
- Highcharts - Column chart customization
- Highcharts Export Server: Polar Chart Ignoring Formatters in Callback
- aligning datalabel to top of column highcharts
- FusionCharts vs GoogleCharts vs HighCharts suggestions required for commercial use
- jQuery pushing additional calculated data points to HighChart series
- Loading external json file in highchart
- Use array data in highcharts
- Show datalabels for spiderweb only when hovered over the line or the legend?
- Getting value from tooltip when hover on svg element on the graph created with highcharts
- datatable and highchart functionality not working with 'View All' bootstrap tab