Skip to content

Commit 3a3b46c

Browse files
Update description for whisker default behavior
Co-authored-by: Alex Johnson <[email protected]>
1 parent 505a14e commit 3a3b46c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traces/box/attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,10 @@ module.exports = {
403403

404404
showwhiskers: {
405405
valType: 'boolean',
406-
dflt: true,
407406
editType: 'calc',
408407
description: [
409-
'Determines whether or not whiskers are visible'
408+
'Determines whether or not whiskers are visible.',
409+
'Defaults to true for `sizemode` *quartiles*, false for *sd*.'
410410
].join(' ')
411411
},
412412

0 commit comments

Comments
 (0)