mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Remove chart.scale property (always undefined) (#9556)
This commit is contained in:
parent
fdd3ede6aa
commit
4d99658155
@ -117,7 +117,6 @@ class Chart {
|
||||
this._responsiveListeners = undefined;
|
||||
this._sortedMetasets = [];
|
||||
this.scales = {};
|
||||
this.scale = undefined;
|
||||
this._plugins = new PluginService();
|
||||
this.$proxies = {};
|
||||
this._hiddenIndices = {};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user