()
| 13100 | return []; |
| 13101 | } |
| 13102 | assembleLabelTitle() { |
| 13103 | const { facet: e, config: t } = this; |
| 13104 | if (e.facet) return Mf(e.facet, "facet", t); |
| 13105 | const n = { row: ["top", "bottom"], column: ["left", "right"] }; |
| 13106 | for (const i of _f) |
| 13107 | if (e[i]) { |
| 13108 | const r = zf("labelOrient", e[i]?.header, t, i); |
| 13109 | if (n[i].includes(r)) return Mf(e[i], i, t); |
| 13110 | } |
| 13111 | } |
| 13112 | assembleMarks() { |
| 13113 | const { child: e } = this, |
| 13114 | t = (function (e) { |
no test coverage detected