fixed compare
This commit is contained in:
@@ -31,6 +31,13 @@ export interface HistoryChartProps {
|
||||
setComparison: (mode: boolean) => void;
|
||||
}
|
||||
|
||||
export interface AggregatedDashboardData {
|
||||
chartData: ChartData;
|
||||
totalAmount: number;
|
||||
topPayees: Array<{ payeeName: string; amount: number }>;
|
||||
}
|
||||
|
||||
|
||||
export default function HistoryChart({
|
||||
header,
|
||||
summary,
|
||||
|
||||
Reference in New Issue
Block a user