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

Function assertVisibility

test/jasmine/tests/surface_test.js:165–168  ·  view source on GitHub ↗
(exp, msg)

Source from the content-addressed store, hash-verified

163 });
164
165 function assertVisibility(exp, msg) {
166 expect(gd._fullData[0]).not.toBe(undefined, 'no visibility!');
167 expect(gd._fullData[0].visible).toBe(exp, msg);
168 }
169
170 it('@gl surface should be invisible when the z array is empty', function(done) {
171 Plotly.newPlot(gd, [{

Callers 1

surface_test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…