Variable noDataPluginConst
noDataPlugin: {
afterDraw: (chart: any) => void;
beforeUpdate: (chart: any) => void;
id: string;
beforeDestroy(chart: any): void;
} = ...
Type Declaration
afterDraw: (chart: any) => void
beforeUpdate: (chart: any) => void
id: string
beforeDestroy: function
beforeDestroy(chart: any): void Returns void