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

Function handleBasePlotModule

src/plot_api/plot_schema.js:615–621  ·  view source on GitHub ↗
(layoutAttributes, _module, astr)

Source from the content-addressed store, hash-verified

613
614
615function handleBasePlotModule(layoutAttributes, _module, astr) {
616 var np = nestedProperty(layoutAttributes, astr);
617 var attrs = extendDeepAll({}, _module.layoutAttributes);
618
619 attrs[IS_SUBPLOT_OBJ] = true;
620 np.set(attrs);
621}
622
623function insertAttrs(baseAttrs, newAttrs, astr) {
624 var np = nestedProperty(baseAttrs, astr);

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…