this._drawStart = undefined;
this._drawCount = undefined;
this.enableOptionSharing = false;
+ this.supportsDecimation = false;
this.$context = undefined;
this._syncList = [];
readonly index: number;
readonly _cachedMeta: ChartMeta<TElement, TDatasetElement, TType>;
enableOptionSharing: boolean;
+ // If true, the controller supports the decimation
+ // plugin. Defaults to `false` for all controllers
+ // except the LineController
+ supportsDecimation: boolean;
linkScales(): void;
getAllParsedValues(scale: Scale): number[];