diff --git a/src/core/core.scale.js b/src/core/core.scale.js index 1627025e2bb..2cfad52ae54 100644 --- a/src/core/core.scale.js +++ b/src/core/core.scale.js @@ -333,7 +333,7 @@ module.exports = Element.extend({ var me = this; var context = me.ctx; var tickOpts = me.options.ticks; - var labels = tickOpts.autoSkip ? me._autoSkip(me.getTicks()) : me.getTicks(); + var labels = tickOpts.autoSkip ? labelsFromTicks(me._autoSkip(me.getTicks())) : labelsFromTicks(me.getTicks()); // Get the width of each grid by calculating the difference // between x offsets between 0 and 1.