Skip to content

Commit 9b067c8

Browse files
committed
[tmp] hard set mode: 'markers' for now
1 parent b55df59 commit 9b067c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/traces/splom/defaults.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
3131
coerce('mode', traceOut._commonLength < PTS_LINESONLY ? 'lines+markers' : 'lines');
3232
coerce('text');
3333

34+
// TODO just markers for now
35+
traceOut.mode = 'markers';
36+
3437
if(subTypes.hasLines(traceOut)) {
3538
handleLineDefaults(traceIn, traceOut, defaultColor, layout, coerce);
3639
coerce('connectgaps');

0 commit comments

Comments
 (0)