UNPKG

ag-charts-angular

Version:

<picture><source media="(prefers-color-scheme: dark)" srcset="./.github/banner-dark.png"><source media="(prefers-color-scheme: light)" srcset="./.github/banner-light.png"><img alt="AG Charts canvas-based charting trusted by the community, built for enterp

14 lines (13 loc) 803 B
import { ElementRef, EventEmitter, NgZone } from '@angular/core'; import { AgChartInstance, AgGaugeOptions } from 'ag-charts-community'; import { AgChartsBase } from './ag-charts-base'; import * as i0 from "@angular/core"; export declare class AgGauge extends AgChartsBase<AgGaugeOptions> { protected ngZone: NgZone; options: AgGaugeOptions; onChartReady: EventEmitter<AgChartInstance>; constructor(elementDef: ElementRef, ngZone: NgZone); protected createChart(options: AgGaugeOptions): AgChartInstance<AgGaugeOptions>; static ɵfac: i0.ɵɵFactoryDeclaration<AgGauge, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AgGauge, "ag-gauge", never, { "options": { "alias": "options"; "required": false; }; }, { "onChartReady": "onChartReady"; }, never, never, true, never>; }