MCPcopy Create free account
hub / github.com/plotly/plotly.js / insertAttrs

Function insertAttrs

src/plot_api/plot_schema.js:623–627  ·  view source on GitHub ↗
(baseAttrs, newAttrs, astr)

Source from the content-addressed store, hash-verified

621}
622
623function insertAttrs(baseAttrs, newAttrs, astr) {
624 var np = nestedProperty(baseAttrs, astr);
625
626 np.set(extendDeepAll(np.get() || {}, newAttrs));
627}

Callers 1

getLayoutAttributesFunction · 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…