set default trends date range type to this year

This commit is contained in:
MaysWind
2024-06-10 23:48:56 +08:00
parent a219444953
commit 7e2a0b1483
+1 -1
View File
@@ -166,7 +166,7 @@ export default {
allChartDataTypes: allChartDataTypes,
defaultChartDataType: defaultChartDataType,
defaultCategoricalChartDataRangeType: datetime.allDateRanges.ThisMonth.type,
defaultTrendChartDataRangeType: datetime.allDateRanges.RecentTwelveMonths.type,
defaultTrendChartDataRangeType: datetime.allDateRanges.ThisYear.type,
allSortingTypes: allSortingTypes,
allSortingTypesArray: allSortingTypesArray,
defaultSortingType: defaultSortingType,