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 b8527bd commit ac887f1Copy full SHA for ac887f1
test/jasmine/tests/hover_pie_test.js
@@ -58,7 +58,6 @@ describe('pie hovering', function () {
58
gd.on('plotly_hover', function (data) {
59
count++;
60
futureData.push(data);
61
- console.log(data);
62
});
63
64
mouseEvent('mouseover', 180, 140);
0 commit comments