MCPcopy
hub / github.com/plotly/plotly.js / _assertDomains

Function _assertDomains

test/jasmine/tests/plots_test.js:1056–1061  ·  view source on GitHub ↗
(domains)

Source from the content-addressed store, hash-verified

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) {

Callers 1

plots_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…