mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
change the outflows/inflows by account trend charts to non-stacked charts and hide the total amount for these charts
This commit is contained in:
@@ -17,6 +17,7 @@ import { getAllDateRangesFromItems } from '@/lib/statistics.ts';
|
||||
|
||||
export interface CommonMonthlyTrendsChartProps<T extends Year1BasedMonth> {
|
||||
items: YearMonthItems<T>[];
|
||||
stacked?: boolean;
|
||||
startYearMonth: TextualYearMonth | '';
|
||||
endYearMonth: TextualYearMonth | '';
|
||||
fiscalYearStart: number;
|
||||
|
||||
Reference in New Issue
Block a user