()
| 94 | } |
| 95 | |
| 96 | private showGraph() { |
| 97 | // Show the graph if there is one |
| 98 | let el = <HTMLDivElement>this.node.querySelector(".plot-container"); |
| 99 | if (el !== null && el !== undefined) { |
| 100 | el.style.display = "block"; |
| 101 | } |
| 102 | } |
| 103 | |
| 104 | private hideImage() { |
| 105 | // Hide the image element |