From feb264cebdb7e2a83ef7f11db936af68192b1240 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 21 Jul 2026 16:57:51 +0530 Subject: [PATCH] feat: show unrecorded days and weekly buckets on credit usage chart --- .../overview/CreditUsageCard.vue | 93 +++++++++++++++---- .../i18n/locale/en/integrations.json | 2 + 2 files changed, 78 insertions(+), 17 deletions(-) diff --git a/app/javascript/dashboard/components-next/captain/pageComponents/overview/CreditUsageCard.vue b/app/javascript/dashboard/components-next/captain/pageComponents/overview/CreditUsageCard.vue index f0d05a594..3a2ad4187 100644 --- a/app/javascript/dashboard/components-next/captain/pageComponents/overview/CreditUsageCard.vue +++ b/app/javascript/dashboard/components-next/captain/pageComponents/overview/CreditUsageCard.vue @@ -1,5 +1,6 @@