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

Method constructor

resources/vega-lite.min.js:13349–13358  ·  view source on GitHub ↗
(e, t, n, i)

Source from the content-addressed store, hash-verified

13347 }
13348 class vp extends Bm {
13349 constructor(e, t, n, i) {
13350 (super(e, "concat", t, n, i, e.resolve),
13351 ("shared" !== e.resolve?.axis?.x && "shared" !== e.resolve?.axis?.y) ||
13352 Si(
13353 "Axes cannot be shared in concatenated or repeated views yet (https://github.com/vega/vega-lite/issues/2415).",
13354 ),
13355 (this.children = this.getChildren(e).map((e, t) =>
13356 Up(e, this, this.getName(`concat_${t}`), void 0, i),
13357 )));
13358 }
13359 parseData() {
13360 this.component.data = hp(this);
13361 for (const e of this.children) e.parseData();

Callers

nothing calls this directly

Calls 5

getChildrenMethod · 0.95
getNameMethod · 0.80
SiFunction · 0.70
UpFunction · 0.70
mapMethod · 0.45

Tested by

no test coverage detected