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

Function coerce2

src/plots/cartesian/layout_defaults.js:161–163  ·  view source on GitHub ↗
(attr, dflt)

Source from the content-addressed store, hash-verified

159 }
160
161 function coerce2(attr, dflt) {
162 return Lib.coerce2(axLayoutIn, axLayoutOut, layoutAttributes, attr, dflt);
163 }
164
165 function getCounterAxes(axLetter) {
166 return (axLetter === 'x') ? yIds : xIds;

Callers 1

layout_defaults.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…