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

Method initAxes

resources/vega-lite.min.js:14317–14326  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

14315 );
14316 }
14317 initAxes(e) {
14318 return Ct.reduce((t, n) => {
14319 const i = e[n];
14320 if (oa(i) || (n === te && oa(e.x2)) || (n === ne && oa(e.y2))) {
14321 const e = oa(i) ? i.axis : void 0;
14322 t[n] = e ? this.initAxis({ ...e }) : e;
14323 }
14324 return t;
14325 }, {});
14326 }
14327 initAxis(e) {
14328 const t = D(e),
14329 n = {};

Callers 1

constructorMethod · 0.95

Calls 2

initAxisMethod · 0.95
oaFunction · 0.70

Tested by

no test coverage detected