MCPcopy Index your code
hub / github.com/plotly/plotly.js / clearAndResetSelect

Function clearAndResetSelect

src/plots/cartesian/dragbox.js:241–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 2

makeDragBoxFunction · 0.85
zoomWheelFunction · 0.85

Calls 1

clearOutlineFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…