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

Function assertRange

test/jasmine/tests/ternary_test.js:538–546  ·  view source on GitHub ↗
(gd, expected)

Source from the content-addressed store, hash-verified

536 }
537
538 function assertRange(gd, expected) {
539 var ternary = gd._fullLayout.ternary;
540 var actual = [
541 ternary.aaxis.min,
542 ternary.baxis.min,
543 ternary.caxis.min
544 ];
545 expect(actual).toBeCloseToArray(expected);
546 }
547});
548
549describe('ternary plots when css transform is present', function() {

Callers 1

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