Hi there,
Currently we went into a critical issue where the chart cannot be showing on iPad web view on iOS 8.4 lower.
We identified this is something to do with the height of the chart div. In our case, we set it to height: 2500.
One of the way we can think of to fix this is by reducing the height to 1800px.
BUT by doing this, that gave us another issue which the chart is not showing all of its labels.
Here’s the JSFiddle link that can reproduce the problem, you can set the height of the chart and see the different results.
http://jsfiddle.net/QwZuf/271/
Any help or hot fix would be appreciated.
Thank you very much!
Regards,
Vincent