MCPcopy Create free account
hub / github.com/alignoth/alignoth / assembleLabelTitle

Method assembleLabelTitle

resources/vega-lite.min.js:13102–13111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers 1

assembleMarksMethod · 0.95

Calls 2

MfFunction · 0.85
zfFunction · 0.70

Tested by

no test coverage detected