Skip to content

Commit af6f100

Browse files
committed
fixup splom defaults
1 parent ac1b1d8 commit af6f100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/splom/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function handleDimensionsDefaults(traceIn, traceOut) {
7979
if(!visible) continue;
8080

8181
var values = coerce('values');
82-
if(!values || values.length) {
82+
if(!values || !values.length) {
8383
dimOut.visible = false;
8484
continue;
8585
}

0 commit comments

Comments
 (0)