()
| 239 | }; |
| 240 | |
| 241 | function clearAndResetSelect() { |
| 242 | // clear selection polygon cache (if any) |
| 243 | dragOptions.plotinfo.selection = false; |
| 244 | // clear selection outlines |
| 245 | clearOutline(gd); |
| 246 | } |
| 247 | |
| 248 | function clickFn(numClicks, evt) { |
| 249 | var gd = dragOptions.gd; |
no test coverage detected
searching dependent graphs…