From 4d99658155cdf3d504749b43cdc3ab71ab1d18d6 Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Tue, 17 Aug 2021 14:52:04 +0300 Subject: [PATCH] Remove chart.scale property (always undefined) (#9556) --- src/core/core.controller.js | 1 - 1 file changed, 1 deletion(-) 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 = {};