UNPKG

ag-grid-enterprise

Version:

AG Grid Enterprise Features

8 lines (7 loc) 259 B
import { MiniChart } from "./miniChart"; export declare abstract class MiniChartWithAxes extends MiniChart { private readonly stroke; private readonly axisOvershoot; constructor(container: HTMLElement, tooltipName: string); private addAxes; }