Skip to content

Commit fb4a09a

Browse files
committed
Fix some errors.
1 parent f932f30 commit fb4a09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/ohlc/ohlc_defaults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = function handleOHLC(traceIn, traceOut, coerce, layout) {
1919
var low = coerce('low');
2020
var close = coerce('close');
2121

22-
coerce('hoverlabel');
22+
coerce('hoverlabel.split');
2323

2424
var handleCalendarDefaults = Registry.getComponentMethod('calendars', 'handleTraceDefaults');
2525
handleCalendarDefaults(traceIn, traceOut, ['x'], layout);

0 commit comments

Comments
 (0)