Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
endDrag
Function · 0.85
abortDrag
Function · 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…