File tree 2 files changed +0
-16
lines changed
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -67,18 +67,5 @@ module.exports = {
67
67
description : [
68
68
'Determines whether or not a colorbar is displayed for this trace.'
69
69
] . 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
- }
83
70
}
84
71
} ;
Original file line number Diff line number Diff line change @@ -104,9 +104,6 @@ module.exports = {
104
104
width : scatterLineAttrs . width ,
105
105
dash : scatterLineAttrs . dash
106
106
} ,
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.
110
107
marker : extendDeep ( { } , colorAttributes ( 'marker' ) , { // Parity with scatter.js?
111
108
symbol : {
112
109
valType : 'enumerated' ,
You can’t perform that action at this time.
0 commit comments