(p0, p1, markerDisplay, textDisplay, barTextDisplay)
| 237 | } |
| 238 | |
| 239 | function _run(p0, p1, markerDisplay, textDisplay, barTextDisplay) { |
| 240 | var fns = drag.makeFns({pos0: p0, posN: p1}); |
| 241 | return fns.start() |
| 242 | .then(function() { _assert(markerDisplay, textDisplay, barTextDisplay); }) |
| 243 | .then(fns.end); |
| 244 | } |
| 245 | |
| 246 | Plotly.newPlot(gd, [{ |
| 247 | mode: 'markers+text', |
no test coverage detected
searching dependent graphs…