Skip to content

Commit

Permalink
Remove duplicate scale building
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed May 6, 2019
1 parent ddee91e commit 6b3e43d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/core.controller.js
Expand Up @@ -225,9 +225,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 6b3e43d

Please sign in to comment.