UNPKG

ag-grid-enterprise

Version:

AG Grid Enterprise Features

8 lines (7 loc) 335 B
import { MiniStackedArea } from "./miniStackedArea"; import { ChartType } from "ag-grid-community"; export declare class MiniNormalizedArea extends MiniStackedArea { static chartType: ChartType; static readonly data: number[][]; constructor(container: HTMLElement, fills: string[], strokes: string[], data?: number[][]); }