* Resets the chart back to its state before the initial animation
()
| 468 | * Resets the chart back to its state before the initial animation |
| 469 | */ |
| 470 | reset() { |
| 471 | this._resetElements(); |
| 472 | this.notifyPlugins(class="st">'reset'); |
| 473 | } |
| 474 | |
| 475 | update(mode) { |
| 476 | const config = this.config; |
nothing calls this directly
no test coverage detected