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

Function clearOutlineControllers

src/components/shapes/handle_outline.js:3–8  ·  view source on GitHub ↗
(gd)

Source from the content-addressed store, hash-verified

1'use strict';
2
3function clearOutlineControllers(gd) {
4 var zoomLayer = gd._fullLayout._zoomlayer;
5 if(zoomLayer) {
6 zoomLayer.selectAll('.outline-controllers').remove();
7 }
8}
9
10function clearOutline(gd) {
11 var zoomLayer = gd._fullLayout._zoomlayer;

Callers 6

drawFunction · 0.85
deactivateSelectionFunction · 0.85
deactivateShapeFunction · 0.85
eraseActiveShapeFunction · 0.85
eraseActiveSelectionFunction · 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…