Skip to content

Commit 0ecd1c1

Browse files
committed
bar test: fix hover position to trigger hover events
1 parent 0654245 commit 0ecd1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1861,7 +1861,7 @@ describe('bar hover', function() {
18611861

18621862
describe('event data', function() {
18631863
var mock = require('@mocks/stacked_bar');
1864-
checkEventData(mock, 0, 309, []);
1864+
checkEventData(mock, 216, 309, []);
18651865
});
18661866

18671867
function mockBarPlot(dataWithoutTraceType, layout) {

0 commit comments

Comments
 (0)