(xRange, yRange)
| 91 | } |
| 92 | |
| 93 | function _checkAxes(xRange, yRange) { |
| 94 | expect(gd.layout.xaxis.range).toBeCloseToArray(xRange, precision); |
| 95 | expect(gd.layout.yaxis.range).toBeCloseToArray(yRange, precision); |
| 96 | } |
| 97 | |
| 98 | function _runDrag(xr0, xr1, yr0, yr1) { |
| 99 | // Drag scene along the X axis |
no outgoing calls
no test coverage detected
searching dependent graphs…