aggre based time week, month, year renamed to daily, weekly, monthly
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user