MCPcopy Index your code
hub / github.com/microsoft/SandDance / selectBetweenAxis

Function selectBetweenAxis

packages/sanddance/src/expression.ts:96–100  ·  view source on GitHub ↗
(axis: VegaDeckGl.types.Axis, column: Column, i: number)

Source from the content-addressed store, hash-verified

94}
95
96export function selectBetweenAxis(axis: VegaDeckGl.types.Axis, column: Column, i: number) {
97 const low = tickValue(axis, i);
98 const high = tickValue(axis, i + 1);
99 return selectBetween(column, low.value, high.value);
100}

Callers

nothing calls this directly

Calls 2

tickValueFunction · 0.70
selectBetweenFunction · 0.70

Tested by

no test coverage detected