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

Function pushActiveAxIdsSynced

src/plots/cartesian/dragbox.js:731–737  ·  view source on GitHub ↗
(axList, axisType)

Source from the content-addressed store, hash-verified

729 }
730
731 function pushActiveAxIdsSynced(axList, axisType) {
732 for(i = 0; i < axList.length; i++) {
733 var axListI = axList[i];
734 var axListIType = axListI[axisType];
735 if(!axListI.fixedrange && axListIType.tickmode === 'sync') activeAxIds.push(axListIType._id);
736 }
737 }
738
739 if(editX) {
740 pushActiveAxIds(xaxes);

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…