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