Skip to content

Commit 95d67ea

Browse files
committed
ensure figure has fixed size for testing hover
1 parent 87d47f3 commit 95d67ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/hover_label_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,7 @@ describe('hover updates', function() {
19671967
size: 16,
19681968
color: colors0.slice()
19691969
}
1970-
}])
1970+
}], { width: 700, height: 450 })
19711971
.then(function() {
19721972

19731973
gd.on('plotly_hover', function(eventData) {

0 commit comments

Comments
 (0)