(domains)
| 1054 | } |
| 1055 | |
| 1056 | function _assertDomains(domains) { |
| 1057 | for(var axName in domains) { |
| 1058 | expect(gd._fullLayout[axName].domain) |
| 1059 | .toBeCloseToArray(domains[axName], 3, axName); |
| 1060 | } |
| 1061 | } |
| 1062 | |
| 1063 | function _assertMissing(axList) { |
| 1064 | axList.forEach(function(axName) { |
no outgoing calls
no test coverage detected
searching dependent graphs…