(subplot, directions, dx, dy, x0, y0)
| 349 | } |
| 350 | |
| 351 | function makeDragFns(subplot, directions, dx, dy, x0, y0) { |
| 352 | var dragger = getDragger(subplot, directions); |
| 353 | return drag.makeFns({node: dragger, dpos: [dx, dy], pos0: [x0, y0]}); |
| 354 | } |
| 355 | |
| 356 | describe('subplots with shared axes', function() { |
| 357 | var initialRange = [0, 2]; |
no test coverage detected
searching dependent graphs…