Skip to content

Commit

Permalink
feat: add chartInit EventEmitter type (#430)
Browse files Browse the repository at this point in the history
Co-authored-by: Nenning Julian <Julian.Nenning@cancom.com>
  • Loading branch information
JuNe98 and junecancom authored Oct 11, 2024
1 parent 2f6cb27 commit 9abd358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngx-echarts/src/lib/ngx-echarts.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class NgxEchartsDirective implements OnChanges, OnDestroy, OnInit, AfterV
@Input() loadingOpts: object | null = null;

// ngx-echarts events
@Output() chartInit = new EventEmitter<any>();
@Output() chartInit = new EventEmitter<ECharts>();
@Output() optionsError = new EventEmitter<Error>();

// echarts mouse events
Expand Down

0 comments on commit 9abd358

Please sign in to comment.