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

Function getYanchor

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

Source from the content-addressed store, hash-verified

1134}
1135
1136function getYanchor(legendObj) {
1137 return Lib.isBottomAnchor(legendObj) ? 'bottom' :
1138 Lib.isMiddleAnchor(legendObj) ? 'middle' :
1139 'top';
1140}

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…