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

Function getCounterAxes

src/plots/cartesian/layout_defaults.js:165–167  ·  view source on GitHub ↗
(axLetter)

Source from the content-addressed store, hash-verified

163 }
164
165 function getCounterAxes(axLetter) {
166 return (axLetter === 'x') ? yIds : xIds;
167 }
168
169 function getOverlayableAxes(axLetter, axName) {
170 var list = (axLetter === 'x') ? xNames : yNames;

Callers 1

layout_defaults.jsFile · 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…