Skip to content

Commit cec2d26

Browse files
kurkleetimberg
authored andcommitted
Remove duplicate scale building (#6247)
1 parent 6b6f1a4 commit cec2d26

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/core/core.controller.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,6 @@ helpers.extend(Chart.prototype, /** @lends Chart */ {
247247
me.resize(true);
248248
}
249249

250-
// Make sure scales have IDs and are built before we build any controllers.
251-
me.ensureScalesHaveIDs();
252-
me.buildOrUpdateScales();
253250
me.initToolTip();
254251

255252
// After init plugin notification

0 commit comments

Comments
 (0)