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

Function hf

resources/vega-lite.min.js:7906–7918  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

7904 }
7905 }
7906 function hf(e) {
7907 const { axes: t } = e.component,
7908 n = [];
7909 for (const i of Ct)
7910 if (t[i])
7911 for (const r of t[i])
7912 if (!r.get("disable") && !r.get("gridScale")) {
7913 const t = "x" === i ? "height" : "width",
7914 r = e.getSizeSignalRef(t).signal;
7915 t !== r && n.push({ name: t, update: r });
7916 }
7917 return n;
7918 }
7919 function yf(e, t, n, i) {
7920 return Object.assign.apply(null, [
7921 {},

Callers 2

assembleSignalsMethod · 0.70
assembleSignalsMethod · 0.70

Calls 2

getSizeSignalRefMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected