if (labelMoment.isValid()) {
                            if (me.options.time.round) {
                                labelMoment.startOf(me.options.time.round);
                            }
                            diffsForDataset.push(labelMoment.diff(me.firstTick, me.tickUnit, true));