Skip to content

Commit 3bc66f0

Browse files
committed
put in the scatterternary fill options I *really* want
1 parent 4df54d7 commit 3bc66f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/traces/scatterternary/attributes.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ module.exports = {
8181
},
8282
connectgaps: scatterAttrs.connectgaps,
8383
fill: extendFlat({}, scatterAttrs.fill, {
84-
values: ['none', 'tozeroa', 'tozerob', 'tozeroc',
85-
'tonexta', 'tonextb', 'tonextc']
84+
values: ['none', 'toself', 'tonext']
8685
}),
8786
fillcolor: scatterAttrs.fillcolor,
8887
marker: {

0 commit comments

Comments
 (0)