()
| 11881 | return this.getSizeSignalRef("height"); |
| 11882 | } |
| 11883 | parse() { |
| 11884 | (this.parseScale(), |
| 11885 | this.parseLayoutSize(), |
| 11886 | this.renameTopLevelLayoutSizeSignal(), |
| 11887 | this.parseSelections(), |
| 11888 | this.parseProjection(), |
| 11889 | this.parseData(), |
| 11890 | this.parseAxesAndHeaders(), |
| 11891 | this.parseLegends(), |
| 11892 | this.parseMarkGroup()); |
| 11893 | } |
| 11894 | parseScale() { |
| 11895 | !(function (e) { |
| 11896 | let { ignoreRange: t } = |
nothing calls this directly
no test coverage detected