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

Function assertAxisRanges

test/jasmine/tests/scatter_test.js:1058–1062  ·  view source on GitHub ↗
(msg, xrng, yrng)

Source from the content-addressed store, hash-verified

1056 });
1057
1058 function assertAxisRanges(msg, xrng, yrng) {
1059 var fullLayout = gd._fullLayout;
1060 expect(fullLayout.xaxis.range).toBeCloseToArray(xrng, 2, msg + ' xrng');
1061 expect(fullLayout.yaxis.range).toBeCloseToArray(yrng, 2, msg + ' yrng');
1062 }
1063
1064 var schema = Plotly.PlotSchema.get();
1065

Callers 1

scatter_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…