MCPcopy Index your code
hub / github.com/plotly/plotly.js / _assertMissing

Function _assertMissing

test/jasmine/tests/plots_test.js:1063–1067  ·  view source on GitHub ↗
(axList)

Source from the content-addressed store, hash-verified

1061 }
1062
1063 function _assertMissing(axList) {
1064 axList.forEach(function(axName) {
1065 expect(gd._fullLayout[axName]).toBeUndefined(axName);
1066 });
1067 }
1068
1069 it('does not barf on invalid grid objects', function(done) {
1070 Plotly.newPlot(gd, makeData(['xy']), {grid: true})

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…