Skip to content

Commit a6f2664

Browse files
committed
fixup splom attributes
1 parent 129e1f2 commit a6f2664

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/traces/splom/attributes.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,12 @@ module.exports = {
116116
},
117117

118118
selected: {
119-
marker: scatterGlAttrs.selected.marker
119+
marker: scatterGlAttrs.selected.marker,
120+
editType: 'calc'
120121
},
121122
unselected: {
122-
marker: scatterGlAttrs.unselected.marker
123+
marker: scatterGlAttrs.unselected.marker,
124+
editType: 'calc'
123125
},
124126

125127
opacity: scatterGlAttrs.opacity

0 commit comments

Comments
 (0)