(spec, pos)
| 148965 | }, userEncode); |
| 148966 | } |
| 148967 | function position(spec, pos) { |
| 148968 | return { |
| 148969 | scale: spec.scale, |
| 148970 | range: pos |
| 148971 | }; |
| 148972 | } |
| 148973 | function axisGrid(spec, config, userEncode, dataRef, band) { |
| 148974 | const _ = lookup(spec, config), orient = spec.orient, vscale = spec.gridScale, sign = getSign(orient, 1, -1), offset = offsetValue(spec.offset, sign); |
| 148975 | let enter, exit, update; |