const trytofit = tickValues_1.concat(addLabels[j])
            .filter(d => !collisionBetween(d, avoidCollidingWith))
            .filter(onlyUnique);