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

Function Xf

resources/vega-lite.min.js:8469–8481  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

8467 throw new Error("invalid model type for resolve");
8468 }
8469 function Xf(e, t) {
8470 const n = e.scale[t],
8471 i = _t(t) ? "axis" : "legend";
8472 return "independent" === n
8473 ? ("shared" === e[i][t] &&
8474 Si(
8475 (function (e) {
8476 return `Setting the scale to be independent for "${e}" means we also have to set the guide (axis or legend) to be independent.`;
8477 })(t),
8478 ),
8479 "independent")
8480 : e[i][t] || "shared";
8481 }
8482 const Qf = D({
8483 aria: 1,
8484 clipHeight: 1,

Callers 3

sdFunction · 0.70
cpFunction · 0.70
parseAxesAndHeadersMethod · 0.70

Calls 2

_tFunction · 0.70
SiFunction · 0.70

Tested by

no test coverage detected