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 ca90b81 commit 630df1bCopy full SHA for 630df1b
src/elements/BoxAndWiskers.ts
@@ -69,7 +69,6 @@ export class BoxAndWiskers extends StatsBase<IBoxAndWhiskerProps, IBoxAndWhisker
69
70
// Draw the median line
71
ctx.save();
72
- console.log('median', options.medianColor);
73
if (options.medianColor && options.medianColor !== 'transparent' && options.medianColor !== '#0000') {
74
ctx.strokeStyle = options.medianColor;
75
}
0 commit comments