UNPKG

ag-charts-enterprise

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

10 lines (9 loc) 416 B
import { _ModuleSupport } from 'ag-charts-community'; import { type DynamicContext } from 'ag-charts-core'; export declare class Background extends _ModuleSupport.Background { private readonly image; constructor(ctx: DynamicContext<_ModuleSupport.ChartRegistry>); protected applyOptions(): void; protected onLayoutComplete(event: _ModuleSupport.LayoutCompleteEvent): void; private onImageLoad; }