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

Function removeVisualCues

src/components/shapes/draw.js:686–688  ·  view source on GitHub ↗
(shapeLayer)

Source from the content-addressed store, hash-verified

684 }
685
686 function removeVisualCues(shapeLayer) {
687 shapeLayer.selectAll('.visual-cue').remove();
688 }
689
690 function deactivateClipPathTemporarily(shapePath, shapeOptions, gd) {
691 var xref = shapeOptions.xref;

Callers 2

endDragFunction · 0.85
abortDragFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…