MCPcopy Index your code
hub / github.com/microsoft/SandDance / parseScaleBins

Function parseScaleBins

docs/app/js/sanddance-app.js:147441–147443  ·  view source on GitHub ↗
(v, scope)

Source from the content-addressed store, hash-verified

147439 })));
147440} // -- SCALE BINS -----
147441function parseScaleBins(v, scope) {
147442 return v.signal || (0, _vegaUtil.isArray)(v) ? parseArray(v, scope) : scope.objectProperty(v);
147443} // -- SCALE NICE -----
147444function parseScaleNice(nice) {
147445 return (0, _vegaUtil.isObject)(nice) ? {
147446 interval: parseLiteral(nice.interval),

Callers 1

parseScaleFunction · 0.70

Calls 1

parseArrayFunction · 0.70

Tested by

no test coverage detected