* remove tooltip fallbacks/backwards compatability in constructor
* increase size limit
},
{
path: 'dist/chart.js',
- limit: '22 KB',
+ limit: '22.2 KB',
import: '{ CategoryScale, LinearScale, LogarithmicScale, RadialLinearScale, TimeScale, TimeSeriesScale }',
running: false,
modifyWebpackConfig
### General
* Removed fallback to `fontColor` for the legend text and strikethrough color.
+* Removed `config._chart` fallback for `this.chart` in the filler plugin.
+* Removed `this._chart` in the filler plugin.
this._tooltipItems = [];
this.$animations = undefined;
this.$context = undefined;
- // TODO: V4, remove config._chart and this._chart backward compatibility aliases
- this.chart = config.chart || config._chart;
- this._chart = this.chart;
+ this.chart = config.chart;
this.options = config.options;
this.dataPoints = undefined;
this.title = undefined;