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

Function moveGroupController

src/components/shapes/display_outlines.js:304–308  ·  view source on GitHub ↗
(dx, dy)

Source from the content-addressed store, hash-verified

302 }
303
304 function moveGroupController(dx, dy) {
305 moveGroup(dx, dy);
306
307 redraw();
308 }
309
310 function startDragGroupController(evt) {
311 indexI = +evt.srcElement.getAttribute('data-i');

Callers

nothing calls this directly

Calls 2

moveGroupFunction · 0.85
redrawFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…