Skip to main content

onDesignerRenderingFailed

Type: function(designer)

Callback function that's invoked when the chart designer could not be loaded for some reason, e.g. in case of an unexisting chart key. The designer object is passed in as a parameter, to allow you to destroy it if needed, like so:

onDesignerRenderingFailed: function(designer) {
designer.destroy();
}