MCPcopy Create free account
hub / github.com/plotly/plotly.js / clearCursor

Function clearCursor

src/traces/parcoords/axisbrush.js:113–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111}
112
113function clearCursor() {
114 d3.select(document.body)
115 .style('cursor', null);
116}
117
118function styleHighlight(selection) {
119 // stroke-dasharray is used to minimize the number of created DOM nodes, because the requirement calls for up to

Callers 2

dragendFunction · 0.85
attachDragBehaviorFunction · 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…