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

Function tickValue

docs/app/js/sanddance-app.js:10286–10294  ·  view source on GitHub ↗
(axis, i)

Source from the content-addressed store, hash-verified

10284 return (niceValue + "").replace(/[\s,]/g, "");
10285}
10286function tickValue(axis, i) {
10287 const tick = axis.tickText[i];
10288 let value;
10289 if (tick) value = axis.tickText[i].value;
10290 return {
10291 tick,
10292 value
10293 };
10294}
10295function selectNullOrEmpty(column) {
10296 const searchExpression = {
10297 name: column.name,

Callers 2

selectExactAxisFunction · 0.70
selectBetweenAxisFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected