Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9e0a0 commit ea66deaCopy full SHA for ea66dea
src/traces/violin/attributes.js
@@ -180,8 +180,10 @@ module.exports = {
180
role: 'style',
181
editType: 'style',
182
description: 'Sets the inner box plot bounding line width.'
183
- }
184
+ },
+ editType: 'style'
185
186
+ editType: 'plot'
187
},
188
189
meanline: {
@@ -209,7 +211,8 @@ module.exports = {
209
211
210
212
213
description: 'Sets the mean line width.'
214
215
216
217
218
side: {
0 commit comments