()
| 155026 | } |
| 155027 | |
| 155028 | finalize() { |
| 155029 | if (this._dataScope) this._dataScope.finalize(); |
| 155030 | if (this._details) this._details.finalize(); |
| 155031 | if (this._tooltip) this._tooltip.finalize(); |
| 155032 | if (this.vegaViewGl) this.vegaViewGl.finalize(); |
| 155033 | if (this.presenter) this.presenter.finalize(); |
| 155034 | if (this.element) this.element.innerHTML = ''; |
| 155035 | this.colorContexts = null; |
| 155036 | this.element = null; |
| 155037 | this.options = null; |
| 155038 | this.presenter = null; |
| 155039 | this.vegaSpec = null; |
| 155040 | this.vegaViewGl = null; |
| 155041 | this._animator = null; |
| 155042 | this._dataScope = null; |
| 155043 | this._details = null; |
| 155044 | this._tooltip = null; |
| 155045 | } |
| 155046 | |
| 155047 | } |
| 155048 | /** |
no outgoing calls
no test coverage detected