Skip to content

Commit

Permalink
Remove duplicate scale building (#6247)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle authored and etimberg committed Oct 22, 2019
1 parent 6b6f1a4 commit cec2d26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/core.controller.js
Expand Up @@ -247,9 +247,6 @@ helpers.extend(Chart.prototype, /** @lends Chart */ {
me.resize(true);
}

// Make sure scales have IDs and are built before we build any controllers.
me.ensureScalesHaveIDs();
me.buildOrUpdateScales();
me.initToolTip();

// After init plugin notification
Expand Down

0 comments on commit cec2d26

Please sign in to comment.