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

Function parseScaleNice

docs/tests/v2/es6/js/sanddance.js:133731–133736  ·  view source on GitHub ↗
(nice)

Source from the content-addressed store, hash-verified

133729
133730
133731function parseScaleNice(nice) {
133732 return (0, _vegaUtil.isObject)(nice) ? {
133733 interval: parseLiteral(nice.interval),
133734 step: parseLiteral(nice.step)
133735 } : parseLiteral(nice);
133736} // -- SCALE INTERPOLATION -----
133737
133738
133739function parseScaleInterpolate(interpolate, params) {

Callers 1

parseScaleFunction · 0.70

Calls 1

parseLiteralFunction · 0.70

Tested by

no test coverage detected