Skip to content

Commit

Permalink
Merge pull request #386 from highcharts/bugfix/esm-options-type
Browse files Browse the repository at this point in the history
bugfix/esm-options-type
  • Loading branch information
karolkolodziej authored Jul 11, 2024
2 parents b4751e5 + ca998a7 commit 832ca80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highcharts-angular/src/lib/highcharts-chart.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class HighchartsChartComponent implements OnDestroy, OnChanges {
@Input() callbackFunction: Highcharts.ChartCallbackFunction;
@Input() oneToOne: boolean; // #20
@Input() runOutsideAngular: boolean; // #75
@Input() options: Highcharts.Options;
@Input() options: Highcharts.Options | HighchartsESM.Options;
@Input() update: boolean;

@Output() updateChange = new EventEmitter<boolean>(true);
Expand Down

0 comments on commit 832ca80

Please sign in to comment.