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 2e8db5f commit b546d61Copy full SHA for b546d61
1 file changed
test/jasmine/tests/axes_test.js
@@ -1697,7 +1697,7 @@ describe('Test axes', function() {
1697
return Plotly.relayout(gd, 'xaxis.autorange', true);
1698
}).then(function() {
1699
1700
- expect(gd._fullLayout.xaxis.range).toBeCloseToArray([0.27, 3.23], 1);
+ expect(gd._fullLayout.xaxis.range).toBeCloseToArray([0.37, 3.22], 1);
1701
})
1702
.then(done, done.fail);
1703
});
0 commit comments