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 fe3d7ed commit 44fa269Copy full SHA for 44fa269
src/traces/violin/attributes.js
@@ -136,18 +136,13 @@ module.exports = {
136
].join(' ')
137
}),
138
139
- width: {
140
- valType: 'number',
141
- min: 0,
142
- role: 'info',
143
- dflt: 0,
144
- editType: 'calc',
+ width: extendFlat({}, boxAttrs.width, {
145
description: [
146
'Sets the width of the violin.',
147
'If *0* (default value) the width is automatically selected based on the positions',
148
'of other violin traces in the same subplot.',
149
150
- },
+ }),
151
152
marker: boxAttrs.marker,
153
text: boxAttrs.text,
0 commit comments