add date filter for trend analysis

This commit is contained in:
MaysWind
2024-06-02 22:07:02 +08:00
parent c34887240e
commit 809172bf34
7 changed files with 459 additions and 45 deletions
+4 -2
View File
@@ -240,14 +240,16 @@ const allDateRanges = {
type: 9,
name: 'This year',
availableScenes: {
[allDateRangeScenes.Normal]: true
[allDateRangeScenes.Normal]: true,
[allDateRangeScenes.TrendAnalysis]: true
}
},
LastYear: {
type: 10,
name: 'Last year',
availableScenes: {
[allDateRangeScenes.Normal]: true
[allDateRangeScenes.Normal]: true,
[allDateRangeScenes.TrendAnalysis]: true
}
},
RecentTwelveMonths: {