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 @@ -825,7 +825,7 @@ describe('Test splom interactions:', function() {
825
825
. then ( function ( ) {
826
826
_assert ( {
827
827
subplotCnt : 25 ,
828
- innerSubplotNodeCnt : 18 ,
828
+ innerSubplotNodeCnt : 19 ,
829
829
hasSplomGrid : false ,
830
830
bgCnt : 0
831
831
} ) ;
@@ -845,7 +845,7 @@ describe('Test splom interactions:', function() {
845
845
// grid layer would be above xaxis layer,
846
846
// if we didn't clear subplot children.
847
847
expect ( gridIndex ) . toBe ( 2 , '<g.gridlayer> index' ) ;
848
- expect ( xaxisIndex ) . toBe ( 15 , '<g.xaxislayer-above> index' ) ;
848
+ expect ( xaxisIndex ) . toBe ( 16 , '<g.xaxislayer-above> index' ) ;
849
849
850
850
return Plotly . restyle ( gd , 'dimensions' , [ dimsLarge ] ) ;
851
851
} )
@@ -857,7 +857,7 @@ describe('Test splom interactions:', function() {
857
857
// new subplots though have reduced number of children.
858
858
innerSubplotNodeCnt : function ( d ) {
859
859
var p = d . match ( SUBPLOT_PATTERN ) ;
860
- return ( p [ 1 ] > 5 || p [ 2 ] > 5 ) ? 4 : 18 ;
860
+ return ( p [ 1 ] > 5 || p [ 2 ] > 5 ) ? 4 : 19 ;
861
861
} ,
862
862
hasSplomGrid : true ,
863
863
bgCnt : 0
You can’t perform that action at this time.
0 commit comments