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 edfa543 commit a48f2ceCopy full SHA for a48f2ce
src/traces/box/defaults.js
@@ -43,7 +43,7 @@ function supplyDefaults(traceIn, traceOut, defaultColor, layout) {
43
44
coerce('whiskerwidth');
45
var sizemode = coerce('sizemode');
46
- if (sizemode === 'quartiles') {
+ if(sizemode === 'quartiles') {
47
coerce('boxmean', boxmeanDflt);
48
}
49
coerce('showwhiskers', sizemode === 'quartiles');
0 commit comments