I have a graph graph and a graph graph from the Highcharts API on my page that scale on the x axis like this:
chart: { type: 'line', zoomType: 'x' }
Can this be done if I zoom in on one chart, does it apply the same scale to another chart? And vice versa?
I looked online and in the API, and I canβt find anything, but I feel that this should be possible.
source share