Skip to content

Commit db5c055

Browse files
committed
make violin 'side' an editType:'calc'
... now that it has an effect of trace._extremes
1 parent faaf894 commit db5c055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/violin/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ module.exports = {
229229
values: ['both', 'positive', 'negative'],
230230
dflt: 'both',
231231
role: 'info',
232-
editType: 'plot',
232+
editType: 'calc',
233233
description: [
234234
'Determines on which side of the position value the density function making up',
235235
'one half of a violin is plotted.',

0 commit comments

Comments
 (0)