{
        label: i18n.t('estimate'),
        data: tagDetails.map((t) => t[2].toHours()),
        backgroundColor: tagDetails
          .map((t) => findColor(t[0]))