()
| 74 | } |
| 75 | |
| 76 | private hasGraphElement() { |
| 77 | // Check for the presence of the .plot-container element that plotly.js |
| 78 | // places at the top of the figure structure |
| 79 | return this.node.querySelector(".plot-container") !== null; |
| 80 | } |
| 81 | |
| 82 | private updateImage(png_data: string) { |
| 83 | this.hideGraph(); |
no outgoing calls
no test coverage detected