Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040dcd3 commit ddc1c8aCopy full SHA for ddc1c8a
test/jasmine/tests/axes_test.js
@@ -1468,7 +1468,7 @@ describe('Test axes', function() {
1468
expect(gd._fullLayout.xaxis.range).toEqual([-1, 6]);
1469
expect(gd._fullLayout.yaxis.range).toBeCloseToArray([-0.07, 1.07]);
1470
1471
- Plotly.relayout(gd, 'yaxis.autorange', false);
+ return Plotly.relayout(gd, 'yaxis.autorange', false);
1472
}).then(function() {
1473
expect(gd._fullLayout.yaxis.autorange).toBe(false);
1474
0 commit comments