Skip to content

Commit eab0f22

Browse files
committed
581a drying marker.line coloring in scatter3d
1 parent 1816fd2 commit eab0f22

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

src/traces/scatter3d/attributes.js

+3-10
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,9 @@ module.exports = {
131131
].join(' ')
132132
}),
133133
showscale: scatterMarkerAttrs.showscale,
134-
line: {
135-
color: scatterMarkerLineAttrs.color,
136-
width: extendFlat({}, scatterMarkerLineAttrs.width, {arrayOk: false}),
137-
colorscale: scatterMarkerLineAttrs.colorscale,
138-
cauto: scatterMarkerLineAttrs.cauto,
139-
cmax: scatterMarkerLineAttrs.cmax,
140-
cmin: scatterMarkerLineAttrs.cmin,
141-
autocolorscale: scatterMarkerLineAttrs.autocolorscale,
142-
reversescale: scatterMarkerLineAttrs.reversescale
143-
}
134+
line: extendDeep({}, colorAttributes('marker.line'), {
135+
width: extendFlat({}, scatterMarkerLineAttrs.width, {arrayOk: false})
136+
})
144137
}),
145138
textposition: extendFlat({}, scatterAttrs.textposition, {dflt: 'top center'}),
146139
textfont: scatterAttrs.textfont,

0 commit comments

Comments
 (0)