We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c42b04 commit ddf6c8aCopy full SHA for ddf6c8a
test/jasmine/tests/unhover_pie_test.js
@@ -51,8 +51,6 @@ describe('pie unhovering', function() {
51
gd.on('plotly_unhover', function(data) {
52
count++;
53
});
54
- // // mouseEvent('mouseout', 180, 140);
55
- // expect(count).toEqual(3);
56
57
setTimeout(function() {
58
mouseEvent('mouseover', 180, 140);
0 commit comments