Skip to content

Commit

Permalink
Hook chart events after profiles are calculated
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Lebo committed Feb 25, 2024
1 parent bcf213a commit 065a423
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ export class ProfileDifferenceChartComponent extends Streamed implements OnInit
public ngOnInit(): void {
void this.profileComparatorService.waitUntilProfilesCalculated().then(() => {
this.plotCharts();
this.hookChartEvents();
});
this.hookChartEvents();
}

public plotlyHover(data: any): void {
Expand Down

0 comments on commit 065a423

Please sign in to comment.