UNPKG

sryd-charts-enterprise

Version:

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

12 lines (11 loc) 433 B
import { _ModuleSupport } from 'ag-charts-community'; import { Image } from '../image/image'; export declare class Foreground extends _ModuleSupport.Background<Image> { image: Image; fill?: string; fillOpacity?: number; protected createNode(): _ModuleSupport.Group<any>; protected onLayoutComplete(event: _ModuleSupport.LayoutCompleteEvent): void; protected onImageLoad(): void; private updateTextNode; }