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

Method facetSortFields

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

Source from the content-addressed store, hash-verified

13080 };
13081 }
13082 facetSortFields(e) {
13083 const { facet: n } = this,
13084 i = n[e];
13085 return i
13086 ? Lo(i.sort)
13087 ? [mp(i, i.sort, { expr: "datum" })]
13088 : t.isArray(i.sort)
13089 ? [Ff(i, e, { expr: "datum" })]
13090 : [ma(i, { expr: "datum" })]
13091 : [];
13092 }
13093 facetSortOrder(e) {
13094 const { facet: n } = this,
13095 i = n[e];

Callers 1

assembleMarksMethod · 0.95

Calls 4

LoFunction · 0.85
mpFunction · 0.70
FfFunction · 0.70
maFunction · 0.70

Tested by

no test coverage detected