Skip to content

Commit 1400e0f

Browse files
committed
change mouse event position to get plotly_hover test working
1 parent 7005671 commit 1400e0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/parcoords_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,8 @@ describe('parcoords', function() {
668668

669669
expect(tester.get()).toBe(false);
670670

671-
mouseEvent('mousemove', 324, 216);
672-
mouseEvent('mouseover', 324, 216);
671+
mouseEvent('mousemove', 315, 218);
672+
mouseEvent('mouseover', 315, 218);
673673

674674
window.setTimeout(function() {
675675

0 commit comments

Comments
 (0)