Remove chart.scale property (always undefined) (#9556)

This commit is contained in:
Jukka Kurkela 2021-08-17 14:52:04 +03:00 committed by GitHub
parent fdd3ede6aa
commit 4d99658155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,6 @@ class Chart {
this._responsiveListeners = undefined;
this._sortedMetasets = [];
this.scales = {};
this.scale = undefined;
this._plugins = new PluginService();
this.$proxies = {};
this._hiddenIndices = {};