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

Function selectBetweenAxis

docs/tests/v2/es6/js/sanddance.js:148906–148910  ·  view source on GitHub ↗
(axis, column, i)

Source from the content-addressed store, hash-verified

148904}
148905
148906function selectBetweenAxis(axis, column, i) {
148907 const low = tickValue(axis, i);
148908 const high = tickValue(axis, i + 1);
148909 return selectBetween(column, low.value, high.value);
148910}
148911
148912function selectBetweenFacet(column, title, isFirst, isLast) {
148913 const values = title.split(_facet.facetTitleSeparator);

Callers

nothing calls this directly

Calls 2

tickValueFunction · 0.70
selectBetweenFunction · 0.70

Tested by

no test coverage detected