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

Method initAxis

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

Source from the content-addressed store, hash-verified

14325 }, {});
14326 }
14327 initAxis(e) {
14328 const t = D(e),
14329 n = {};
14330 for (const i of t) {
14331 const t = e[i];
14332 n[i] = Ta(t) ? zn(t) : Cn(t);
14333 }
14334 return n;
14335 }
14336 initLegends(e) {
14337 return Gt.reduce((t, n) => {
14338 const i = ka(e[n]);

Callers 1

initAxesMethod · 0.95

Calls 4

DFunction · 0.85
znFunction · 0.85
CnFunction · 0.85
TaFunction · 0.70

Tested by

no test coverage detected