File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -799,7 +799,7 @@ describe('Test splom interactions:', function() {
799
799
. then ( function ( ) {
800
800
_assert ( {
801
801
subplotCnt : 25 ,
802
- innerSubplotNodeCnt : 18 ,
802
+ innerSubplotNodeCnt : 19 ,
803
803
hasSplomGrid : false ,
804
804
bgCnt : 0
805
805
} ) ;
@@ -819,7 +819,7 @@ describe('Test splom interactions:', function() {
819
819
// grid layer would be above xaxis layer,
820
820
// if we didn't clear subplot children.
821
821
expect ( gridIndex ) . toBe ( 2 , '<g.gridlayer> index' ) ;
822
- expect ( xaxisIndex ) . toBe ( 15 , '<g.xaxislayer-above> index' ) ;
822
+ expect ( xaxisIndex ) . toBe ( 16 , '<g.xaxislayer-above> index' ) ;
823
823
824
824
return Plotly . restyle ( gd , 'dimensions' , [ dimsLarge ] ) ;
825
825
} )
@@ -831,7 +831,7 @@ describe('Test splom interactions:', function() {
831
831
// new subplots though have reduced number of children.
832
832
innerSubplotNodeCnt : function ( d ) {
833
833
var p = d . match ( SUBPLOT_PATTERN ) ;
834
- return ( p [ 1 ] > 5 || p [ 2 ] > 5 ) ? 4 : 18 ;
834
+ return ( p [ 1 ] > 5 || p [ 2 ] > 5 ) ? 4 : 19 ;
835
835
} ,
836
836
hasSplomGrid : true ,
837
837
bgCnt : 0
You can’t perform that action at this time.
0 commit comments