onChartRenderingFailed
Type: function(chart)
Fired when there's an error when rendering the chart.
The chart object is passed in as a parameter, to allow you to destroy the chart if needed, like so:
onChartRenderingFailed: function(chart) {
chart.destroy();
}