()
| 825 | } |
| 826 | |
| 827 | finalize() { |
| 828 | if (this._dataScope) this._dataScope.finalize(); |
| 829 | if (this._details) this._details.finalize(); |
| 830 | if (this._tooltip) this._tooltip.finalize(); |
| 831 | if (this.vegaViewGl) this.vegaViewGl.finalize(); |
| 832 | if (this.presenter) this.presenter.finalize(); |
| 833 | if (this.element) this.element.innerHTML = ''; |
| 834 | this.colorContexts = null; |
| 835 | this.element = null; |
| 836 | this.options = null; |
| 837 | this.presenter = null; |
| 838 | this.vegaSpec = null; |
| 839 | this.vegaViewGl = null; |
| 840 | this._animator = null; |
| 841 | this._dataScope = null; |
| 842 | this._details = null; |
| 843 | this._tooltip = null; |
| 844 | } |
| 845 | } |
no outgoing calls
no test coverage detected