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

Function recordAlteredAxis

src/plot_api/plot_api.js:1923–1927  ·  view source on GitHub ↗
(pleafPlus)

Source from the content-addressed store, hash-verified

1921 var ax;
1922
1923 function recordAlteredAxis(pleafPlus) {
1924 var axId = Axes.name2id(pleafPlus.split('.')[0]);
1925 rangesAltered[axId] = 1;
1926 return axId;
1927 }
1928
1929 // alter gd.layout
1930 for (var ai in aobj) {

Callers 1

_relayoutFunction · 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…