UNPKG

ag-grid-enterprise

Version:

AG Grid Enterprise Features

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