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 a8838da commit 35d1351Copy full SHA for 35d1351
src/traces/splom/defaults.js
@@ -89,7 +89,7 @@ function handleAxisDefaults(traceIn, traceOut, layout, coerce) {
89
// fill in splom subplot keys
90
for(i = 0; i < axLength; i++) {
91
for(j = 0; j < axLength; j++) {
92
- var id = [xaxes[i] + yaxes[j]];
+ var id = xaxes[i] + yaxes[j];
93
94
if(i > j && showUpper) {
95
layout._splomSubplots[id] = 1;
0 commit comments