(dragOptions)
| 51 | var getTransform = helpers.getTransform; |
| 52 | |
| 53 | function hasSubplot(dragOptions) { |
| 54 | // N.B. subplot may be falsy e.g zero sankey index! |
| 55 | return dragOptions.subplot !== undefined; |
| 56 | } |
| 57 | |
| 58 | function prepSelect(evt, startX, startY, dragOptions, mode) { |
| 59 | var isCartesian = !hasSubplot(dragOptions); |
no outgoing calls
no test coverage detected
searching dependent graphs…