(datasetIndex)
| 290 | } |
| 291 | |
| 292 | updateIndex(datasetIndex) { |
| 293 | if (this.index !== datasetIndex) { |
| 294 | clearStacks(this._cachedMeta); |
| 295 | } |
| 296 | this.index = datasetIndex; |
| 297 | } |
| 298 | |
| 299 | linkScales() { |
| 300 | const chart = this.chart; |
no test coverage detected