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

Function redraw

src/components/shapes/display_outlines.js:38–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 var gd = dragOptions.gd;
37
38 function redraw() {
39 // recursive call
40 displayOutlines(polygons, outlines, dragOptions, nCalls++);
41
42 if(pointsOnEllipse(polygons[0]) || dragOptions.hasText) {
43 update({redrawing: true});
44 }
45 }
46
47 function update(opts) {
48 var updateObject = {};

Callers 3

moveVertexControllerFunction · 0.70
removeVertexFunction · 0.70
moveGroupControllerFunction · 0.70

Calls 1

updateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…