add trends analysis chart

This commit is contained in:
MaysWind
2024-06-09 02:31:13 +08:00
parent 1489854444
commit e88d803232
7 changed files with 496 additions and 13 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ const allTrendChartTypesArray = [
}
];
const defaultTrendChartType = allTrendChartTypes.Area;
const defaultTrendChartType = allTrendChartTypes.Column;
const allChartDataTypes = {
ExpenseByAccount: {