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

Function getFramesAttributes

src/plot_api/plot_schema.js:531–539  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

529}
530
531function getFramesAttributes() {
532 var attrs = {
533 frames: extendDeepAll({}, frameAttributes)
534 };
535
536 formatAttributes(attrs);
537
538 return attrs.frames;
539}
540
541function formatAttributes(attrs) {
542 mergeValTypeAndRole(attrs);

Callers 1

plot_schema.jsFile · 0.85

Calls 1

formatAttributesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…