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 b7c4483 commit 87562d9Copy full SHA for 87562d9
1 file changed
test/jasmine/tests/sankey_test.js
@@ -1305,11 +1305,11 @@ describe('sankey tests', function() {
1305
.then(done, done.fail);
1306
});
1307
1308
- it('should not output hover/unhover event data when node.hoverinfo is skip', function(done) {
+ fit('should not output hover/unhover event data when node.hoverinfo is skip', function(done) {
1309
var fig = Lib.extendDeep({}, mock);
1310
1311
Plotly.newPlot(gd, fig)
1312
- .then(function() { return Plotly.restyle(gd, 'node.hoverinfo', 'skip'); })
+ // .then(function() { return Plotly.restyle(gd, 'node.hoverinfo', 'skip'); })
1313
.then(assertNoHoverEvents('node'))
1314
1315
0 commit comments