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

Function domain

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

Source from the content-addressed store, hash-verified

130261}
130262
130263function domain(name, group) {
130264 const s = getScale(name, (group || this).context);
130265 return s ? s.domain() : [];
130266}
130267
130268function bandwidth(name, group) {
130269 const s = getScale(name, (group || this).context);

Callers 6

histogramFunction · 0.70
rescaleFunction · 0.70
bandFunction · 0.70
linearishFunction · 0.70
loggishFunction · 0.70
calendarFunction · 0.70

Calls 1

getScaleFunction · 0.70

Tested by

no test coverage detected