UNPKG

ag-grid-enterprise

Version:

AG Grid Enterprise Features

10 lines (9 loc) 381 B
import { MiniChartWithAxes } from "../miniChartWithAxes"; import { ChartType } from "ag-grid-community"; export declare class MiniLine extends MiniChartWithAxes { static chartType: ChartType; private readonly lines; private data; constructor(container: HTMLElement, fills: string[], strokes: string[]); updateColors(fills: string[], strokes: string[]): void; }