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

Function pushActiveAxIds

src/plots/cartesian/dragbox.js:725–729  ·  view source on GitHub ↗
(axList)

Source from the content-addressed store, hash-verified

723 var i;
724
725 function pushActiveAxIds(axList) {
726 for(i = 0; i < axList.length; i++) {
727 if(!axList[i].fixedrange) activeAxIds.push(axList[i]._id);
728 }
729 }
730
731 function pushActiveAxIdsSynced(axList, axisType) {
732 for(i = 0; i < axList.length; i++) {

Callers 1

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