aggre based time week, month, year renamed to daily, weekly, monthly

This commit is contained in:
2026-04-06 17:37:45 +05:30
parent 5f0fa91075
commit 8a866566ba
3 changed files with 15 additions and 15 deletions

View File

@@ -130,7 +130,7 @@ export default function Dashboard() {
<HistoryChart
header={`${mode === "expense" ? "Expense" : "Income"} Breakdown`}
summary="Interactive chronological tracking"
tabs={["Week", "Month", "Year"]}
tabs={["Daily", "Weekly", "Monthly"]}
data={currentData?.chartData || {}}
/>
</Grid>