(node, dx, dy, edge)
| 1042 | afterEach(destroyGraphDiv); |
| 1043 | |
| 1044 | function dragAndReplot(node, dx, dy, edge) { |
| 1045 | return drag({node: node, dpos: [dx, dy], edge: edge}).then(function() { |
| 1046 | return Plots.previousPromises(gd); |
| 1047 | }); |
| 1048 | } |
| 1049 | |
| 1050 | /* |
| 1051 | * run through a series of drags of the same annotation |
no test coverage detected
searching dependent graphs…