Skip to content

Commit

Permalink
Fix some errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
codrut3 committed Oct 1, 2018
1 parent f932f30 commit fb4a09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traces/ohlc/ohlc_defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function handleOHLC(traceIn, traceOut, coerce, layout) {
var low = coerce('low');
var close = coerce('close');

coerce('hoverlabel');
coerce('hoverlabel.split');

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

0 comments on commit fb4a09a

Please sign in to comment.