Skip to content

Commit 5ce3977

Browse files
committed
move hoverinfo: 'none' down in test
1 parent e0cf3a7 commit 5ce3977

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/jasmine/tests/hover_label_test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4628,12 +4628,12 @@ describe('hovermode: (x|y)unified', function() {
46284628
data: [{
46294629
name: 'high',
46304630
x: x1,
4631-
y: y1,
4632-
hoverinfo: 'none'
4631+
y: y1
46334632
}, {
46344633
name: 'low',
46354634
x: x2,
4636-
y: y2
4635+
y: y2,
4636+
hoverinfo: 'none'
46374637
}],
46384638
layout: {
46394639
hovermode: 'x unified',

0 commit comments

Comments
 (0)