(axList, axisType)
| 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); |
no outgoing calls
no test coverage detected
searching dependent graphs…