Variable loadingPluginConst
loadingPlugin: {
id: string;
afterDestroy(chart: any): void;
beforeDraw(chart: any): false | undefined;
beforeInit(chart: any): void;
drawLoadingPlaceholder(chart: any): void;
} = ...
Type Declaration
id: string
afterDestroy: function
afterDestroy(chart: any): void Returns void
beforeDraw: function
beforeDraw(chart: any): false | undefined Returns false | undefined
beforeInit: function
beforeInit(chart: any): void Returns void
drawLoadingPlaceholder: function
drawLoadingPlaceholder(chart: any): void Returns void
Description
차트 첫 렌더 직전까지 placeholder 로딩 화면을 표시하는 플러그인입니다.