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

Function getXanchor

src/components/legend/draw.js:1130–1134  ·  view source on GitHub ↗
(legendObj)

Source from the content-addressed store, hash-verified

1128}
1129
1130function getXanchor(legendObj) {
1131 return Lib.isRightAnchor(legendObj) ? 'right' :
1132 Lib.isCenterAnchor(legendObj) ? 'center' :
1133 'left';
1134}
1135
1136function getYanchor(legendObj) {
1137 return Lib.isBottomAnchor(legendObj) ? 'bottom' :

Callers 3

drawOneFunction · 0.85
computeLegendDimensionsFunction · 0.85
expandMarginFunction · 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…