Skip to content

Commit 093a9d2

Browse files
committed
adapt box test added in #3441 for improved autorange from #3234
1 parent a838931 commit 093a9d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/jasmine/tests/box_test.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,10 @@ describe('Test box hover:', function() {
350350
x: [2, 2, 2, 2, 2],
351351
y: [13.1, 14.2, 14, 13, 13.3]
352352
}],
353-
layout: {hovermode: 'closest'}
353+
layout: {
354+
hovermode: 'closest',
355+
xaxis: {range: [1.3775, 2.5]}
356+
}
354357
},
355358
pos: [202, 335],
356359
nums: '(2, 13.1)',

0 commit comments

Comments
 (0)