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