Skip to content

Commit ea66dea

Browse files
committed
add editType to new violin attr containers
1 parent 3c9e0a0 commit ea66dea

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/traces/violin/attributes.js

+6-3
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,10 @@ module.exports = {
180180
role: 'style',
181181
editType: 'style',
182182
description: 'Sets the inner box plot bounding line width.'
183-
}
184-
}
183+
},
184+
editType: 'style'
185+
},
186+
editType: 'plot'
185187
},
186188

187189
meanline: {
@@ -209,7 +211,8 @@ module.exports = {
209211
role: 'style',
210212
editType: 'style',
211213
description: 'Sets the mean line width.'
212-
}
214+
},
215+
editType: 'plot'
213216
},
214217

215218
side: {

0 commit comments

Comments
 (0)