(e, t, n, i)
| 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(); |
nothing calls this directly
no test coverage detected