(mark)
| 120282 | return item[property] === value ? 0 : (item[property] = value, 1); |
| 120283 | } |
| 120284 | function isYAxis(mark) { |
| 120285 | var orient = mark.items[0].orient; |
| 120286 | return orient === Left || orient === Right; |
| 120287 | } |
| 120288 | function axisIndices(datum) { |
| 120289 | let index = +datum.grid; |
| 120290 | return [ |