Skip to content

Commit b2a55f6

Browse files
committed
fixup new box.plot logic for candlestick
1 parent 4e48cd7 commit b2a55f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/traces/box/plot.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ function plotBoxAndWhiskers(sel, axes, trace, t) {
102102

103103
var fn;
104104
if(trace.type === 'box' ||
105+
trace.type === 'candlestick' ||
105106
(trace.type === 'violin' && (trace.box || {}).visible)
106107
) {
107108
fn = Lib.identity;

0 commit comments

Comments
 (0)