Skip to content

Commit

Permalink
Remove chart.scale property (always undefined) (#9556)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Aug 17, 2021
1 parent fdd3ede commit 4d99658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/core.controller.js
Expand Up @@ -117,7 +117,6 @@ class Chart {
this._responsiveListeners = undefined;
this._sortedMetasets = [];
this.scales = {};
this.scale = undefined;
this._plugins = new PluginService();
this.$proxies = {};
this._hiddenIndices = {};
Expand Down

0 comments on commit 4d99658

Please sign in to comment.