MCPcopy Create free account
hub / github.com/microsoft/SandDance / isYAxis

Function isYAxis

docs/app/js/sanddance-app.js:120284–120287  ·  view source on GitHub ↗
(mark)

Source from the content-addressed store, hash-verified

120282 return item[property] === value ? 0 : (item[property] = value, 1);
120283}
120284function isYAxis(mark) {
120285 var orient = mark.items[0].orient;
120286 return orient === Left || orient === Right;
120287}
120288function axisIndices(datum) {
120289 let index = +datum.grid;
120290 return [

Callers 1

layoutGroupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected