(gd, expected)
| 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 | |
| 549 | describe('ternary plots when css transform is present', function() { |
no outgoing calls
no test coverage detected
searching dependent graphs…