UNPKG

ag-grid-enterprise

Version:

AG Grid Enterprise Features

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