ag-grid-enterprise
Version:
AG Grid Enterprise Features
15 lines (14 loc) • 555 B
TypeScript
import { ChartGroupsDef, Component } from "ag-grid-community";
import { ChartController } from "../../chartController";
export declare class MiniChartsContainer extends Component {
static TEMPLATE: string;
private readonly fills;
private readonly strokes;
private wrappers;
private chartController;
private chartGroups;
private chartTranslationService;
constructor(chartController: ChartController, fills: string[], strokes: string[], chartGroups?: ChartGroupsDef);
private init;
updateSelectedMiniChart(): void;
}