()
| 9965 | return (0, _signals.extractSignalValuesFromView)(this.vegaViewGl, this.vegaSpec); |
| 9966 | } |
| 9967 | finalize() { |
| 9968 | if (this._dataScope) this._dataScope.finalize(); |
| 9969 | if (this._details) this._details.finalize(); |
| 9970 | if (this._tooltip) this._tooltip.finalize(); |
| 9971 | if (this.vegaViewGl) this.vegaViewGl.finalize(); |
| 9972 | if (this.presenter) this.presenter.finalize(); |
| 9973 | if (this.element) this.element.innerHTML = ""; |
| 9974 | this.colorContexts = null; |
| 9975 | this.element = null; |
| 9976 | this.options = null; |
| 9977 | this.presenter = null; |
| 9978 | this.vegaSpec = null; |
| 9979 | this.vegaViewGl = null; |
| 9980 | this._animator = null; |
| 9981 | this._dataScope = null; |
| 9982 | this._details = null; |
| 9983 | this._tooltip = null; |
| 9984 | } |
| 9985 | } |
| 9986 | /** |
| 9987 | * Default Viewer options. |
no outgoing calls
no test coverage detected