Skip to content

Commit 7e89f81

Browse files
committed
581a dry colors - post review changes
1 parent bc9f70a commit 7e89f81

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

src/components/colorscale/attributes.js

-13
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,5 @@ module.exports = {
6767
description: [
6868
'Determines whether or not a colorbar is displayed for this trace.'
6969
].join(' ')
70-
},
71-
72-
_deprecated: {
73-
scl: {
74-
valType: 'colorscale',
75-
role: 'style',
76-
description: 'Renamed to `colorscale`.'
77-
},
78-
reversescl: {
79-
valType: 'boolean',
80-
role: 'style',
81-
description: 'Renamed to `reversescale`.'
82-
}
8370
}
8471
};

src/traces/scatter3d/attributes.js

-3
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ module.exports = {
104104
width: scatterLineAttrs.width,
105105
dash: scatterLineAttrs.dash
106106
},
107-
// Currently, `marker` etc. contain mixed attributes (colorAttributes
108-
// and a bunch of others); maybe a future API change could wrap parts
109-
// that belong together, under a `colorspec` or similar attribute name.
110107
marker: extendDeep({}, colorAttributes('marker'), { // Parity with scatter.js?
111108
symbol: {
112109
valType: 'enumerated',

0 commit comments

Comments
 (0)