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, allChartDataTypes: allChartDataTypes,
defaultChartDataType: defaultChartDataType, defaultChartDataType: defaultChartDataType,
defaultCategoricalChartDataRangeType: datetime.allDateRanges.ThisMonth.type, defaultCategoricalChartDataRangeType: datetime.allDateRanges.ThisMonth.type,
defaultTrendChartDataRangeType: datetime.allDateRanges.RecentTwelveMonths.type, defaultTrendChartDataRangeType: datetime.allDateRanges.ThisYear.type,
allSortingTypes: allSortingTypes, allSortingTypes: allSortingTypes,
allSortingTypesArray: allSortingTypesArray, allSortingTypesArray: allSortingTypesArray,
defaultSortingType: defaultSortingType, defaultSortingType: defaultSortingType,