ag-grid-enterprise
Version:
AG Grid Enterprise Features
10 lines (9 loc) • 449 B
TypeScript
import { MiniChartWithAxes } from "../miniChartWithAxes";
import { ChartType } from "ag-grid-community";
export declare class MiniStackedArea extends MiniChartWithAxes {
static chartType: ChartType;
static readonly data: number[][];
private readonly areas;
constructor(container: HTMLElement, fills: string[], strokes: string[], data?: number[][], tooltipName?: string);
updateColors(fills: string[], strokes: string[]): void;
}