From: Jukka Kurkela Date: Tue, 17 Aug 2021 11:52:04 +0000 (+0300) Subject: Remove chart.scale property (always undefined) (#9556) X-Git-Tag: v3.5.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d99658155cdf3d504749b43cdc3ab71ab1d18d6;p=thirdparty%2FChart.js.git Remove chart.scale property (always undefined) (#9556) --- diff --git a/src/core/core.controller.js b/src/core/core.controller.js index 96bce6b4c..9d7983887 100644 --- a/src/core/core.controller.js +++ b/src/core/core.controller.js @@ -117,7 +117,6 @@ class Chart { this._responsiveListeners = undefined; this._sortedMetasets = []; this.scales = {}; - this.scale = undefined; this._plugins = new PluginService(); this.$proxies = {}; this._hiddenIndices = {};