MCPcopy Index your code
hub / github.com/plotly/plotly.py / getFullLayout

Method getFullLayout

js/src/widget.ts:1018–1025  ·  view source on GitHub ↗

* Return the figure's _fullLayout object merged with its layout object * * See getFullData documentation for discussion of why the merge is * necessary

()

Source from the content-addressed store, hash-verified

1016 * necessary
1017 */
1018 getFullLayout() {
1019 return _.mergeWith(
1020 {},
1021 (<Plotly.PlotlyHTMLElement>this.el)._fullLayout,
1022 (<Plotly.PlotlyHTMLElement>this.el).layout,
1023 fullMergeCustomizer
1024 );
1025 }
1026
1027 /**
1028 * Build Points data structure from data supplied by the plotly_click,

Callers 1

_sendLayoutDeltaMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected