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

Method parseAxesAndHeaders

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

Source from the content-addressed store, hash-verified

14428 this.component.mark = jp(this);
14429 }
14430 parseAxesAndHeaders() {
14431 var e;
14432 this.component.axes =
14433 ((e = this),
14434 Ct.reduce(
14435 (t, n) => (e.component.scales[n] && (t[n] = [Op(n, e)]), t),
14436 {},
14437 ));
14438 }
14439 assembleSelectionTopLevelSignals(e) {
14440 return (function (e, n) {
14441 let i = !1;

Callers

nothing calls this directly

Calls 1

OpFunction · 0.85

Tested by

no test coverage detected