redraw chart on mobile orientation change
With Highchart version 3.0, the chart does not get rendered on mobile orientation change. I am not sure if this is available with Hightchart ?
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?
-
Gopi Vedachalam commented
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
-
Anonymous commented
Are there any further updates about this issue? How we can overcome this issue. Kindly explain it clearly.