You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For general tech support, please see www.highcharts.com/support.
Please report only issues about highcharts-angular wrapper or content of this repository.
For general issues with Highcharts and TypeScript the correct repository to report such issues is main Highcharts repository.
Describe the bug
export declare class HighchartsChartComponent implements OnDestroy, OnChanges {
private el;
private _zone;
Highcharts: typeof Highcharts | typeof HighchartsESM;
constructorType: string;
callbackFunction: Highcharts.ChartCallbackFunction;
oneToOne: boolean;
runOutsideAngular: boolean;
options: Highcharts.Options;
update: boolean;
updateChange: EventEmitter;
chartInstance: EventEmitter<Highcharts.Chart>;
private chart;
constructor(el: ElementRef, _zone: NgZone);
ngOnChanges(changes: SimpleChanges): void;
wrappedUpdateOrCreateChart(): void;
updateOrCreateChart(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<HighchartsChartComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HighchartsChartComponent, "highcharts-chart", never, { "Highcharts": "Highcharts"; "constructorType": "constructorType"; "callbackFunction": "callbackFunction"; "oneToOne": "oneToOne"; "runOutsideAngular": "runOutsideAngular"; "options": "options"; "update": "update"; }, { "updateChange": "updateChange"; "chartInstance": "chartInstance"; }, never, never, false, never>; Generic type 'ɵɵComponentDeclaration' requires between 7 and 8 type arguments.
}
The text was updated successfully, but these errors were encountered: