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

Function bandwidth

docs/tests/v2/es6/js/sanddance.js:130268–130271  ·  view source on GitHub ↗
(name, group)

Source from the content-addressed store, hash-verified

130266}
130267
130268function bandwidth(name, group) {
130269 const s = getScale(name, (group || this).context);
130270 return s && s.bandwidth ? s.bandwidth() : 0;
130271}
130272
130273function bandspace(count, paddingInner, paddingOuter) {
130274 return (0, _vegaScale.bandSpace)(count || 0, paddingInner || 0, paddingOuter || 0);

Callers

nothing calls this directly

Calls 1

getScaleFunction · 0.70

Tested by

no test coverage detected