Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ emitDeselect
Function
emitDeselect
src/components/selections/select.js:1570–1572 ·
view source on GitHub ↗
(gd)
Source
from the content-addressed store, hash-verified
1568
}
1569
1570
function
emitDeselect(gd) {
1571
gd.emit(
'plotly_deselect'
, null);
1572
}
1573
1574
module.exports = {
1575
reselect: reselect,
Callers
3
prepSelect
Function · 0.85
selectOnClick
Function · 0.85
reselect
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…