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

Function position

docs/app/js/sanddance-app.js:148967–148972  ·  view source on GitHub ↗
(spec, pos)

Source from the content-addressed store, hash-verified

148965 }, userEncode);
148966}
148967function position(spec, pos) {
148968 return {
148969 scale: spec.scale,
148970 range: pos
148971 };
148972}
148973function axisGrid(spec, config, userEncode, dataRef, band) {
148974 const _ = lookup(spec, config), orient = spec.orient, vscale = spec.gridScale, sign = getSign(orient, 1, -1), offset = offsetValue(spec.offset, sign);
148975 let enter, exit, update;

Callers 1

axisDomainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected