* Reset the elements of all datasets * @private
()
| 459 | * @private |
| 460 | */ |
| 461 | _resetElements() { |
| 462 | each(this.data.datasets, (dataset, datasetIndex) => { |
| 463 | this.getDatasetMeta(datasetIndex).controller.reset(); |
| 464 | }, this); |
| 465 | } |
| 466 | |
| 467 | /** |
| 468 | * Resets the chart back to its state before the initial animation |
no test coverage detected