ag-charts-enterprise
Version:
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
11 lines (10 loc) • 399 B
TypeScript
import { _ModuleSupport } from 'ag-charts-community';
declare const Chart: typeof _ModuleSupport.Chart;
export declare class HierarchyChart extends Chart {
static readonly className = "HierarchyChart";
static readonly type: "hierarchy";
getChartType(): "hierarchy";
protected performLayout(ctx: _ModuleSupport.LayoutContext): void;
protected getAriaLabel(): string;
}
export {};