()
| 194 | // not part of the allAxisIds list, save axis type so that we can propagate |
| 195 | // it to the missing axes |
| 196 | function addMissingMatchedAxis() { |
| 197 | var matchesIn = axLayoutIn.matches; |
| 198 | if(AX_ID_PATTERN.test(matchesIn) && allAxisIds.indexOf(matchesIn) === -1) { |
| 199 | missingMatchedAxisIdsLookup[matchesIn] = axLayoutIn.type; |
| 200 | missingMatchedAxisIds = Object.keys(missingMatchedAxisIdsLookup); |
| 201 | } |
| 202 | } |
| 203 | |
| 204 | var hovermode = handleHoverModeDefaults(layoutIn, layoutOut); |
| 205 | var unifiedHover = isUnifiedHover(hovermode); |
no outgoing calls
no test coverage detected
searching dependent graphs…