Settings and activity
1 result found
-
4 votes
Highcharts doesn’t do anything internally on orientation change, except it reflows if the window.resize event fires.
You can add your own listeners to orientation change though.
What does the case look like? Is there a problem?
An error occurred while saving the comment
On window resize highchart reflows the chart. Any custom items rendered can be called in redraw event which is triggered on window-resize/orientation change