* Purge Plotly.js data structures from the notebook output display * element when the view is destroyed
()
| 979 | * element when the view is destroyed |
| 980 | */ |
| 981 | remove() { |
| 982 | Plotly.purge(this.el); |
| 983 | window.removeEventListener("resize", this.resizeEventListener); |
| 984 | } |
| 985 | |
| 986 | /** |
| 987 | * Return the figure's _fullData array merged with its data array |
no test coverage detected