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

Method getChildIndependentFieldsWithStep

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

Source from the content-addressed store, hash-verified

9528 return this.name;
9529 }
9530 getChildIndependentFieldsWithStep() {
9531 const e = {};
9532 for (const t of Ct) {
9533 const n = this.childModel.component.scales[t];
9534 if (n && !n.merged) {
9535 const i = n.get("type"),
9536 r = n.get("range");
9537 if (kr(i) && kn(r)) {
9538 const n = ym(vm(this.childModel, t));
9539 n ? (e[t] = n) : Si(Xn(t));
9540 }
9541 }
9542 }
9543 return e;
9544 }
9545 assembleRowColumnHeaderData(e, t, n) {
9546 const i = { row: "y", column: "x", facet: void 0 }[e],
9547 r = [],

Callers 1

assembleMethod · 0.95

Calls 7

krFunction · 0.85
knFunction · 0.85
XnFunction · 0.85
ymFunction · 0.70
vmFunction · 0.70
SiFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected