@@ -19,7 +19,7 @@ module.exports = templatedArray('shape', {
1919 valType : 'boolean' ,
2020 role : 'info' ,
2121 dflt : true ,
22- editType : 'calcIfAutorange +arraydraw' ,
22+ editType : 'calc +arraydraw' ,
2323 description : [
2424 'Determines whether or not this shape is visible.'
2525 ] . join ( ' ' )
@@ -29,7 +29,7 @@ module.exports = templatedArray('shape', {
2929 valType : 'enumerated' ,
3030 values : [ 'circle' , 'rect' , 'path' , 'line' ] ,
3131 role : 'info' ,
32- editType : 'calcIfAutorange +arraydraw' ,
32+ editType : 'calc +arraydraw' ,
3333 description : [
3434 'Specifies the shape type to be drawn.' ,
3535
@@ -79,7 +79,7 @@ module.exports = templatedArray('shape', {
7979 values : [ 'scaled' , 'pixel' ] ,
8080 dflt : 'scaled' ,
8181 role : 'info' ,
82- editType : 'calcIfAutorange +arraydraw' ,
82+ editType : 'calc +arraydraw' ,
8383 description : [
8484 'Sets the shapes\'s sizing mode along the x axis.' ,
8585 'If set to *scaled*, `x0`, `x1` and x coordinates within `path` refer to' ,
@@ -95,7 +95,7 @@ module.exports = templatedArray('shape', {
9595 xanchor : {
9696 valType : 'any' ,
9797 role : 'info' ,
98- editType : 'calcIfAutorange +arraydraw' ,
98+ editType : 'calc +arraydraw' ,
9999 description : [
100100 'Only relevant in conjunction with `xsizemode` set to *pixel*.' ,
101101 'Specifies the anchor point on the x axis to which `x0`, `x1`' ,
@@ -107,7 +107,7 @@ module.exports = templatedArray('shape', {
107107 x0 : {
108108 valType : 'any' ,
109109 role : 'info' ,
110- editType : 'calcIfAutorange +arraydraw' ,
110+ editType : 'calc +arraydraw' ,
111111 description : [
112112 'Sets the shape\'s starting x position.' ,
113113 'See `type` and `xsizemode` for more info.'
@@ -116,7 +116,7 @@ module.exports = templatedArray('shape', {
116116 x1 : {
117117 valType : 'any' ,
118118 role : 'info' ,
119- editType : 'calcIfAutorange +arraydraw' ,
119+ editType : 'calc +arraydraw' ,
120120 description : [
121121 'Sets the shape\'s end x position.' ,
122122 'See `type` and `xsizemode` for more info.'
@@ -138,7 +138,7 @@ module.exports = templatedArray('shape', {
138138 values : [ 'scaled' , 'pixel' ] ,
139139 dflt : 'scaled' ,
140140 role : 'info' ,
141- editType : 'calcIfAutorange +arraydraw' ,
141+ editType : 'calc +arraydraw' ,
142142 description : [
143143 'Sets the shapes\'s sizing mode along the y axis.' ,
144144 'If set to *scaled*, `y0`, `y1` and y coordinates within `path` refer to' ,
@@ -154,7 +154,7 @@ module.exports = templatedArray('shape', {
154154 yanchor : {
155155 valType : 'any' ,
156156 role : 'info' ,
157- editType : 'calcIfAutorange +arraydraw' ,
157+ editType : 'calc +arraydraw' ,
158158 description : [
159159 'Only relevant in conjunction with `ysizemode` set to *pixel*.' ,
160160 'Specifies the anchor point on the y axis to which `y0`, `y1`' ,
@@ -166,7 +166,7 @@ module.exports = templatedArray('shape', {
166166 y0 : {
167167 valType : 'any' ,
168168 role : 'info' ,
169- editType : 'calcIfAutorange +arraydraw' ,
169+ editType : 'calc +arraydraw' ,
170170 description : [
171171 'Sets the shape\'s starting y position.' ,
172172 'See `type` and `ysizemode` for more info.'
@@ -175,7 +175,7 @@ module.exports = templatedArray('shape', {
175175 y1 : {
176176 valType : 'any' ,
177177 role : 'info' ,
178- editType : 'calcIfAutorange +arraydraw' ,
178+ editType : 'calc +arraydraw' ,
179179 description : [
180180 'Sets the shape\'s end y position.' ,
181181 'See `type` and `ysizemode` for more info.'
@@ -185,7 +185,7 @@ module.exports = templatedArray('shape', {
185185 path : {
186186 valType : 'string' ,
187187 role : 'info' ,
188- editType : 'calcIfAutorange +arraydraw' ,
188+ editType : 'calc +arraydraw' ,
189189 description : [
190190 'For `type` *path* - a valid SVG path with the pixel values' ,
191191 'replaced by data values in `xsizemode`/`ysizemode` being *scaled*' ,
@@ -224,10 +224,10 @@ module.exports = templatedArray('shape', {
224224 } ,
225225 line : {
226226 color : extendFlat ( { } , scatterLineAttrs . color , { editType : 'arraydraw' } ) ,
227- width : extendFlat ( { } , scatterLineAttrs . width , { editType : 'calcIfAutorange +arraydraw' } ) ,
227+ width : extendFlat ( { } , scatterLineAttrs . width , { editType : 'calc +arraydraw' } ) ,
228228 dash : extendFlat ( { } , dash , { editType : 'arraydraw' } ) ,
229229 role : 'info' ,
230- editType : 'calcIfAutorange +arraydraw'
230+ editType : 'calc +arraydraw'
231231 } ,
232232 fillcolor : {
233233 valType : 'color' ,
0 commit comments