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

Function getUpdateObj

src/plot_api/plot_template.js:295–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

293 }
294
295 function getUpdateObj() {
296 var updateOut = update;
297 resetUpdate();
298 return updateOut;
299 }
300
301 function applyUpdate(attr, value) {
302 if(attr) modifyItem(attr, value);

Callers 4

drawArrowFunction · 0.85
drawGraphicalElementsFunction · 0.85
drawRawFunction · 0.85
applyUpdateFunction · 0.85

Calls 1

resetUpdateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…