()
| 443 | |
| 444 | // restore closed plots, reset zoom, redraw html |
| 445 | public resetPlots(): void { |
| 446 | this.hiddenPlots = []; |
| 447 | this.zoom = this.zoom0; |
| 448 | void this.refreshPlots(this.api.getPlots(), true, true); |
| 449 | } |
| 450 | |
| 451 | public hidePlot(id?: HttpgdPlotId): void { |
| 452 | id ??= this.activePlot; |
no test coverage detected