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

Function resetUpdate

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

Source from the content-addressed store, hash-verified

270
271 var update;
272 function resetUpdate() {
273 update = {};
274 if(templateItemName) {
275 update[itemStr] = {};
276 update[itemStr][TEMPLATEITEMNAME] = templateItemName;
277 }
278 }
279 resetUpdate();
280
281 function modifyBase(attr, value) {

Callers 2

plot_template.jsFile · 0.85
getUpdateObjFunction · 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…