Skip to content

Commit 16b6139

Browse files
committedMar 15, 2024
Update splom_test innerSubplotNodeCnt
1 parent 8cbfb39 commit 16b6139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/jasmine/tests/splom_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ describe('Test splom interactions:', function() {
825825
.then(function() {
826826
_assert({
827827
subplotCnt: 25,
828-
innerSubplotNodeCnt: 18,
828+
innerSubplotNodeCnt: 19,
829829
hasSplomGrid: false,
830830
bgCnt: 0
831831
});
@@ -857,7 +857,7 @@ describe('Test splom interactions:', function() {
857857
// new subplots though have reduced number of children.
858858
innerSubplotNodeCnt: function(d) {
859859
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;
861861
},
862862
hasSplomGrid: true,
863863
bgCnt: 0

0 commit comments

Comments
 (0)