if (moment.isDuration(labelMoment)) {
            scaleLabelDiffs.push(moment.duration(labelMoment).subtract(me.firstTick).as(me.tickUnit));
          }