File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff 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} ;
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments