10000
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 8cbfb39 commit 16b6139Copy full SHA for 16b6139
test/jasmine/tests/splom_test.js
@@ -825,7 +825,7 @@ describe('Test splom interactions:', function() {
825
.then(function() {
826
_assert({
827
subplotCnt: 25,
828
- innerSubplotNodeCnt: 18,
+ innerSubplotNodeCnt: 19,
829
hasSplomGrid: false,
830
bgCnt: 0
831
});
@@ -857,7 +857,7 @@ describe('Test splom interactions:', function() {
857
// new subplots though have reduced number of children.
858
innerSubplotNodeCnt: function(d) {
859
var p = d.match(SUBPLOT_PATTERN);
860
- return (p[1] > 5 || p[2] > 5) ? 4 : 18;
+ return (p[1] > 5 || p[2] > 5) ? 4 : 19;
861
},
862
hasSplomGrid: true,
863
0 commit comments