(nice)
| 133729 | |
| 133730 | |
| 133731 | function 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 | |
| 133739 | function parseScaleInterpolate(interpolate, params) { |
no test coverage detected