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