Skip to content

Commit 00b7d30

Browse files
committed
tweak hover label px position in scatterternay fill test
1 parent 9ec38b1 commit 00b7d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/jasmine/tests/hover_label_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2544,7 +2544,7 @@ describe('hover on fill', function() {
25442544
assertLabelsCorrect([237, 170], [247.7, 166], 'trace 2');
25452545

25462546
// hover on the cartesian trace in the corner
2547-
assertLabelsCorrect([363, 122], [363, 122], 'trace 38');
2547+
assertLabelsCorrect([363, 122], [367, 122], 'trace 38');
25482548
})
25492549
.catch(failTest)
25502550
.then(done);

0 commit comments

Comments
 (0)