From: Jukka Kurkela Date: Tue, 22 Oct 2019 23:15:15 +0000 (+0300) Subject: Remove duplicate scale building (#6247) X-Git-Tag: v2.9.0~1^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cec2d2652ef4448c3cd5163afcfeef1336801036;p=thirdparty%2FChart.js.git Remove duplicate scale building (#6247) --- diff --git a/src/core/core.controller.js b/src/core/core.controller.js index 04d86a3d9..46b356e68 100644 --- a/src/core/core.controller.js +++ b/src/core/core.controller.js @@ -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