File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4725,12 +4725,12 @@ describe('hovermode: (x|y)unified', function() {
47254725 } )
47264726 . then ( done , done . fail ) ;
47274727 } ) ;
4728-
4728+
47294729 it ( 'should not fail if only hoverinfo: "none" are current visible' , function ( done ) {
47304730 Plotly . newPlot ( gd , {
47314731 data : [ {
47324732 name : 'A' ,
4733- x : [ 1 , 100 ] ,
4733+ x : [ 1 , 100 ] ,
47344734 y : [ 1 , 1 ]
47354735 } , {
47364736 name : 'B' ,
@@ -4739,7 +4739,7 @@ describe('hovermode: (x|y)unified', function() {
47394739 hoverinfo : 'none'
47404740 } ] ,
47414741 layout : {
4742- xaxis : { range : [ 40 , 60 ] } ,
4742+ xaxis : { range : [ 40 , 60 ] } ,
47434743 hovermode : 'x unified' ,
47444744 showlegend : false ,
47454745 width : 500 ,
@@ -4754,7 +4754,6 @@ describe('hovermode: (x|y)unified', function() {
47544754 } )
47554755 . then ( function ( ) {
47564756 _hover ( gd , { xpx : 200 , ypx : 200 } ) ;
4757-
47584757 expect ( gd . _hoverdata , undefined ) ;
47594758 assertHoverLabelContent ( { } ) ;
47604759 } )
You can’t perform that action at this time.
0 commit comments