Skip to content

Commit

Permalink
AG-11527 - Fix indirect Chart.waitForUpdate() calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
alantreadway committed May 28, 2024
1 parent 40e8aee commit 6ad5bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ag-charts-community/benchmarks/benchmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class BenchmarkContext<T extends AgChartOptions = AgChartOptions> {
}

async waitForUpdate() {
await (this.chart as any).chart.waitForUpdate();
await this.chart.waitForUpdate();
}
}

Expand Down

0 comments on commit 6ad5bc2

Please sign in to comment.