ag-charts-enterprise
Version:
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
18 lines (17 loc) • 743 B
TypeScript
import { _ModuleSupport } from 'ag-charts-community';
declare const Chart: typeof _ModuleSupport.Chart;
export declare class StandaloneChart extends Chart {
static readonly className = "StandaloneChart";
static readonly type: "standalone";
private readonly xAxis;
private readonly yAxis;
private standaloneZoomRegistered;
constructor(options: _ModuleSupport.ChartOptions, resources?: _ModuleSupport.TransferableResources);
getChartType(): "standalone";
updateData(): void;
private refreshStandaloneZoomRegistration;
protected createDataSet(data: unknown[]): _ModuleSupport.DataSet;
protected performLayout(ctx: _ModuleSupport.LayoutContext): void;
protected getAriaLabel(): string;
}
export {};