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

Function labelValues

docs/tests/v2/es6/js/sanddance.js:110406–110408  ·  view source on GitHub ↗
(scale, count)

Source from the content-addressed store, hash-verified

110404};
110405
110406function labelValues(scale, count) {
110407 return scale.bins ? binValues(scale.bins) : symbols[scale.type] ? thresholdValues(scale[symbols[scale.type]]()) : (0, _ticks.tickValues)(scale, count);
110408}
110409
110410function thresholdFormat(scale, specifier) {
110411 var _ = scale[formats[scale.type]](),

Callers

nothing calls this directly

Calls 2

binValuesFunction · 0.70
thresholdValuesFunction · 0.70

Tested by

no test coverage detected