(axList, activeVal)
| 1057 | } |
| 1058 | |
| 1059 | function isDirectionActive(axList, activeVal) { |
| 1060 | for(var i = 0; i < axList.length; i++) { |
| 1061 | if(!axList[i].fixedrange) return activeVal; |
| 1062 | } |
| 1063 | return ''; |
| 1064 | } |
| 1065 | |
| 1066 | function getEndText(ax, end) { |
| 1067 | var initialVal = ax.range[end]; |
no outgoing calls
no test coverage detected
searching dependent graphs…