@@ -78,7 +78,7 @@ module.exports = {
78
78
max : 1 ,
79
79
dflt : 0.5 ,
80
80
role : 'style' ,
81
- editType : 'calcIfAutorange ' ,
81
+ editType : 'calc ' ,
82
82
description : [
83
83
'Sets the width of the whiskers relative to' ,
84
84
'the box\' width.' ,
@@ -88,7 +88,7 @@ module.exports = {
88
88
notched : {
89
89
valType : 'boolean' ,
90
90
role : 'style' ,
91
- editType : 'calcIfAutorange ' ,
91
+ editType : 'calc ' ,
92
92
description : [
93
93
'Determines whether or not notches should be drawn.'
94
94
] . join ( ' ' )
@@ -99,7 +99,7 @@ module.exports = {
99
99
max : 0.5 ,
100
100
dflt : 0.25 ,
101
101
role : 'style' ,
102
- editType : 'calcIfAutorange ' ,
102
+ editType : 'calc ' ,
103
103
description : [
104
104
'Sets the width of the notches relative to' ,
105
105
'the box\' width.' ,
@@ -111,7 +111,7 @@ module.exports = {
111
111
values : [ 'all' , 'outliers' , 'suspectedoutliers' , false ] ,
112
112
dflt : 'outliers' ,
113
113
role : 'style' ,
114
- editType : 'calcIfAutorange ' ,
114
+ editType : 'calc ' ,
115
115
description : [
116
116
'If *outliers*, only the sample points lying outside the whiskers' ,
117
117
'are shown' ,
@@ -127,7 +127,7 @@ module.exports = {
127
127
values : [ true , 'sd' , false ] ,
128
128
dflt : false ,
129
129
role : 'style' ,
130
- editType : 'calcIfAutorange ' ,
130
+ editType : 'calc ' ,
131
131
description : [
132
132
'If *true*, the mean of the box(es)\' underlying distribution is' ,
133
133
'drawn as a dashed line inside the box(es).' ,
@@ -139,7 +139,7 @@ module.exports = {
139
139
min : 0 ,
140
140
max : 1 ,
141
141
role : 'style' ,
142
- editType : 'calcIfAutorange ' ,
142
+ editType : 'calc ' ,
143
143
description : [
144
144
'Sets the amount of jitter in the sample points drawn.' ,
145
145
'If *0*, the sample points align along the distribution axis.' ,
@@ -152,7 +152,7 @@ module.exports = {
152
152
min : - 2 ,
153
153
max : 2 ,
154
154
role : 'style' ,
155
- editType : 'calcIfAutorange ' ,
155
+ editType : 'calc ' ,
156
156
description : [
157
157
'Sets the position of the sample points in relation to the box(es).' ,
158
158
'If *0*, the sample points are places over the center of the box(es).' ,
@@ -184,7 +184,7 @@ module.exports = {
184
184
opacity : extendFlat ( { } , scatterMarkerAttrs . opacity ,
185
185
{ arrayOk : false , dflt : 1 , editType : 'style' } ) ,
186
186
size : extendFlat ( { } , scatterMarkerAttrs . size ,
187
- { arrayOk : false , editType : 'calcIfAutorange ' } ) ,
187
+ { arrayOk : false , editType : 'calc ' } ) ,
188
188
color : extendFlat ( { } , scatterMarkerAttrs . color ,
189
189
{ arrayOk : false , editType : 'style' } ) ,
190
190
line : {
0 commit comments