UNPKG

ag-grid-enterprise

Version:

AG Grid Enterprise Features

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