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

Function addToAxlist

src/plot_api/plot_api.js:1400–1403  ·  view source on GitHub ↗
(axid)

Source from the content-addressed store, hash-verified

1398
1399 // for autoranging multiple axes
1400 function addToAxlist(axid) {
1401 var axName = Axes.id2name(axid);
1402 if (axlist.indexOf(axName) === -1) axlist.push(axName);
1403 }
1404
1405 function autorangeAttr(axName) {
1406 return 'LAYOUT' + axName + '.autorange';

Callers 1

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