WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit f581295

Browse files
authored
Merge pull request #5489 from ag-grid/AG-8627/standardise_updateZoom
AG-8627 Standardise `ZoomManager` update flow
2 parents c5a0ab6 + 40e70ca commit f581295

File tree

11 files changed

+282
-255
lines changed

11 files changed

+282
-255
lines changed

packages/ag-charts-community/src/chart/cartesianChart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class CartesianChart extends Chart {
6666
this.syncAxisChanges(newValue, oldValue);
6767

6868
if (this.ctx != null) {
69-
this.ctx.zoomManager.updateAxes(newValue);
69+
this.ctx.zoomManager.setAxes(newValue);
7070
}
7171
}
7272

0 commit comments

Comments
 (0)